Skip to content

Commit

Permalink
Merge pull request #258 from grycap/devel
Browse files Browse the repository at this point in the history
Solve issue with deb package with cheroot
  • Loading branch information
micafer committed Feb 23, 2017
2 parents 4854005 + 5b76a0c commit 1cc3222
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"the user with a fully functional infrastructure."),
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["ansible >= 1.8", "paramiko >= 1.14", "PyYAML", "suds", "pysqlite",
"boto >= 2.29", "apache-libcloud >= 0.17", "RADL", "bottle", "netaddr", "requests",
"scp", "cheroot"]
install_requires=["ansible >= 1.8", "paramiko >= 1.14", "PyYAML", "suds", "pysqlite", "cheroot",
"boto >= 2.29", "apache-libcloud >= 0.17", "RADL", "bottle", "netaddr", "requests", "scp"]
)

0 comments on commit 1cc3222

Please sign in to comment.