From 5c37379eadd98e1a28221de0bebcb5c0e48aff99 Mon Sep 17 00:00:00 2001 From: Carlo Cancellieri Date: Sat, 9 Oct 2021 08:56:37 +0200 Subject: [PATCH] pgrade libcloud to 2.8.3 This implements: Upgrade libcloud to the latest release supporting python #53 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77f72af..280139e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ include_package_data=True, zip_safe=False, install_requires=[ - 'apache-libcloud==1.5', + 'apache-libcloud==2.8.3', 'ckanapi>=1.0,<5' ], entry_points=(