mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02:00
Update required aiohttp version to 0.14.4
This commit is contained in:
parent
c12d3ff739
commit
4e690a6d06
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
|
|
||||||
dependencies = ["aiohttp==0.13.1",
|
dependencies = ["aiohttp==0.14.4",
|
||||||
"jsonschema==2.4.0",
|
"jsonschema==2.4.0",
|
||||||
"apache-libcloud==0.16.0",
|
"apache-libcloud==0.16.0",
|
||||||
"requests==2.5.0"]
|
"requests==2.5.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user