Upgrade to aiohttp 1.3.5 to solve issue with big file

Fix #943
This commit is contained in:
Julien Duponchelle 2017-03-16 18:42:00 +01:00
parent 7c318d477d
commit 1b84874762
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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