1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Ignore new version or aiohttp cors

This commit is contained in:
Julien Duponchelle 2017-03-28 14:10:29 +02:00
parent 815820f692
commit 7528152475
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -1,6 +1,6 @@
jsonschema>=2.4.0
aiohttp>=1.3.5,<=1.4.0 # pyup: ignore
aiohttp-cors==0.5.1
aiohttp-cors==0.5.1 # pyup: ignore
yarl>=0.9.8,<0.10 # pyup: ignore
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
Jinja2>=2.7.3