Skip to content

Commit

Permalink
Revert "Add asynchronous downloading to speed up signed URL downloadi… (
Browse files Browse the repository at this point in the history
#4302)

…ng. (#4266)"

This reverts commit 2ca47ed.

We should test this first.
  • Loading branch information
jonathanmetzman authored Oct 8, 2024
1 parent 2ca47ed commit b2b1dac
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 620 deletions.
5 changes: 2 additions & 3 deletions src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ redis = "==3.3.11"
requests = "==2.21.0"
sendgrid = "==6.0.4"
wrapt = "==1.16.0"

# Hack: We are using this to specify App Engine packages,
# since there is no support for custom package sets.
aiohttp = "==3.10.5"

[dev-packages]
charset-normalizer = "==3.3.2"
firebase-admin = "==6.2.0"
Expand All @@ -52,4 +51,4 @@ itsdangerous = "==2.0.1"
Jinja2 = "==3.1.4"
PyJWT = "==2.7.0"
requests-toolbelt = "==0.9.1"
werkzeug = "==2.2.2"
werkzeug = "==2.2.2"
Loading

0 comments on commit b2b1dac

Please sign in to comment.