1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Distribute our own version of netifaces working with python 3

Fix #97
This commit is contained in:
Julien Duponchelle 2015-06-05 15:59:43 +02:00
parent d9de1718b7
commit fff3e1474f
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
netifaces==0.10.4
gns3-netifaces==0.10.4.1
jsonschema==2.4.0
aiohttp==0.14.4
Jinja2==2.7.3

View File

@ -34,7 +34,8 @@ class PyTest(TestCommand):
sys.exit(errcode)
dependencies = ["aiohttp>=0.14.4",
dependencies = ["gns3-netifaces>=0.10.4.1",
"aiohttp>=0.14.4",
"jsonschema>=2.4.0",
"Jinja2>=2.7.3",
"raven>=5.2.0"]