From fc582f6281dab96faea97af0ff6be84898acb3da Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 7 Feb 2022 11:40:40 +0100 Subject: [PATCH] change setup req --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a94e97b1e..131f37306 100644 --- a/setup.py +++ b/setup.py @@ -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'] )