1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-14 12:29:02 +00:00

Update docker-py version

This commit is contained in:
Julien Duponchelle 2015-09-11 17:18:57 +02:00
parent 22e4fec2e2
commit c7b17039cb
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ aiohttp>=0.15.1
Jinja2>=2.7.3 Jinja2>=2.7.3
raven>=5.2.0 raven>=5.2.0
gns3-netifaces==0.10.4.1 gns3-netifaces==0.10.4.1
docker-py==1.2.3 docker-py==1.4.0

View File

@ -43,7 +43,7 @@ dependencies = [
"aiohttp>=0.15.1", "aiohttp>=0.15.1",
"Jinja2>=2.7.3", "Jinja2>=2.7.3",
"raven>=5.2.0", "raven>=5.2.0",
"docker-py>=1.2.3" "docker-py>=1.4.0"
] ]
if not sys.platform.startswith("win"): if not sys.platform.startswith("win"):