Allow any 1.3 aiohttp release but not 1.4

pull/916/head
Julien Duponchelle 7 years ago
parent 40be22bc58
commit afa3f12e30
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -1,5 +1,5 @@
jsonschema>=2.4.0
aiohttp==1.3.3
aiohttp>=1.3.0,<=1.4.0
aiohttp_cors>=0.4.0
yarl>=0.9.6
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4

Loading…
Cancel
Save