Skip to content

Commit

Permalink
python-multipart==0.0.12
Browse files Browse the repository at this point in the history
Refs #79
  • Loading branch information
simonw authored Oct 22, 2024
1 parent d547005 commit 4b948aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function startDatasette(settings) {
# Workaround for Requested 'h11<0.13,>=0.11', but h11==0.13.0 is already installed
await micropip.install("h11==0.12.0")
await micropip.install("httpx==0.23")
await micropip.install("python-multipart==0.0.12")
# To avoid possible 'from typing_extensions import deprecated' error:
await micropip.install('typing-extensions>=4.12.2')
await micropip.install("${datasetteToInstall}", pre=${pre})
Expand Down

0 comments on commit 4b948aa

Please sign in to comment.