Lock yarl version because 0.10 is not compatible with aiohttp 1.3

pull/937/head
Julien Duponchelle 7 years ago
parent d37d3e7d77
commit cb6f94bc24
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -1,7 +1,7 @@
jsonschema>=2.4.0
aiohttp>=1.3.0,<=1.4.0
aiohttp_cors>=0.4.0
yarl>=0.9.8
aiohttp_cors==0.5.0
yarl>=0.9.8,<0.10
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
Jinja2>=2.7.3
raven>=5.23.0

Loading…
Cancel
Save