mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
parent
d9de1718b7
commit
fff3e1474f
@ -1,4 +1,4 @@
|
|||||||
netifaces==0.10.4
|
gns3-netifaces==0.10.4.1
|
||||||
jsonschema==2.4.0
|
jsonschema==2.4.0
|
||||||
aiohttp==0.14.4
|
aiohttp==0.14.4
|
||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
|
3
setup.py
3
setup.py
@ -34,7 +34,8 @@ class PyTest(TestCommand):
|
|||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
|
|
||||||
dependencies = ["aiohttp>=0.14.4",
|
dependencies = ["gns3-netifaces>=0.10.4.1",
|
||||||
|
"aiohttp>=0.14.4",
|
||||||
"jsonschema>=2.4.0",
|
"jsonschema>=2.4.0",
|
||||||
"Jinja2>=2.7.3",
|
"Jinja2>=2.7.3",
|
||||||
"raven>=5.2.0"]
|
"raven>=5.2.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user