Upgrade to aiohttp 1.3.5 to solve issue with big file

Fix #943
pull/954/head
Julien Duponchelle 7 years ago
parent 7c318d477d
commit 1b84874762
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -1,5 +1,5 @@
jsonschema>=2.4.0
aiohttp>=1.3.0,<=1.4.0
aiohttp>=1.3.5,<=1.4.0
aiohttp_cors==0.5.0
yarl>=0.9.8,<0.10
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4

Loading…
Cancel
Save