Skip to content

Commit

Permalink
pin python multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge authored Oct 21, 2024
1 parent c47a098 commit 32fe37d
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 @@ -67,6 +67,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")
await micropip.install("datasette")
# Install any extra ?install= dependencies
install_urls = ${JSON.stringify(settings.installUrls)}
Expand Down

0 comments on commit 32fe37d

Please sign in to comment.