Skip to content

Commit

Permalink
Merge pull request #1283 from grycap/devel
Browse files Browse the repository at this point in the history
change setup req
  • Loading branch information
micafer authored Feb 7, 2022
2 parents 060dcf4 + fc582f6 commit e6828ff
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 e6828ff

Please sign in to comment.