mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Lock yarl version because 0.10 is not compatible with aiohttp 1.3
This commit is contained in:
parent
d37d3e7d77
commit
cb6f94bc24
@ -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…
Reference in New Issue
Block a user