1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 13:59:06 +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=[
"tornado>=3.1",
"pyzmq>=14.0.0",
"jsonschema>=2.3.0"
"jsonschema>=2.3.0",
"apache-libcloud>=0.14.1",
"requests",
],