Lock yarl version because 0.10 is not compatible with aiohttp 1.3

This commit is contained in:
Julien Duponchelle 2017-03-15 10:49:11 +01:00
parent d37d3e7d77
commit cb6f94bc24
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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