Skip to content

Commit

Permalink
change setup req
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 7, 2022
1 parent 43e68a9 commit fc582f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
long_description_content_type=long_desc_type,
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["ansible >=2.4,<2.9.27", "paramiko >= 1.14", "PyYAML", suds_pkg, sqlite_pkg, "cheroot",
install_requires=["ansible >=2.4", "paramiko >= 1.14", "PyYAML", suds_pkg, sqlite_pkg, "cheroot",
"boto >= 2.29", "apache-libcloud >= 3.2.0", "RADL >= 1.1.5", "bottle", "netaddr",
"requests >= 2.19", "scp", "tosca-parser", 'defusedxml', 'urllib3>=1.23', 'hvac']
)

0 comments on commit fc582f6

Please sign in to comment.