Skip to content

Commit

Permalink
Upgrade to datasette-app-support 0.3
Browse files Browse the repository at this point in the history
Could help debug #50
  • Loading branch information
simonw committed Sep 3, 2021
1 parent 87038b4 commit 55f63b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class DatasetteServer {
await execFile(pip_path, [
"install",
"datasette==0.59a2",
"datasette-app-support>=0.2",
"datasette-app-support>=0.3",
]);
await new Promise((resolve) => setTimeout(resolve, 500));
return datasette_binary;
Expand Down

0 comments on commit 55f63b1

Please sign in to comment.