upgrade libcloud to 0.18.0, and fix upload of FileStorage object

This commit is contained in:
Alexey Vasilyev
2015-10-16 16:17:03 +02:00
parent 05b2625371
commit 9a5de18443
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ setup(
packages=find_packages(),
install_requires=[
"Flask==0.10.1",
"apache-libcloud==0.17.0",
"apache-libcloud==0.18.0",
"lockfile==0.10.2",
"shortuuid==0.1",
"six==1.9.0",