mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
Ignore new version or aiohttp cors
This commit is contained in:
parent
815820f692
commit
7528152475
@ -1,6 +1,6 @@
|
|||||||
jsonschema>=2.4.0
|
jsonschema>=2.4.0
|
||||||
aiohttp>=1.3.5,<=1.4.0 # pyup: ignore
|
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
|
yarl>=0.9.8,<0.10 # pyup: ignore
|
||||||
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
|
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
|
Loading…
Reference in New Issue
Block a user