1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Merge pull request #51 from DimArmen/patch-1

Update setup.py
This commit is contained in:
Jeremy Grossmann 2014-11-15 10:21:49 -07:00
commit 2509ee70e8

View File

@ -47,7 +47,7 @@ setup(
install_requires=[ install_requires=[
"tornado>=3.1", "tornado>=3.1",
"pyzmq>=14.0.0", "pyzmq>=14.0.0",
"jsonschema>=2.3.0" "jsonschema>=2.3.0",
"apache-libcloud>=0.14.1", "apache-libcloud>=0.14.1",
"requests", "requests",
], ],