0.13.0 - Upgrade apache-libcloud to 0.20.0

This commit is contained in:
Mardix
2016-01-09 05:36:21 -05:00
parent 585f152134
commit 3559942b22
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Supported storage:
from setuptools import setup, find_packages
__NAME__ = "Flask-Cloudy"
__version__ = "0.12.0"
__version__ = "0.13.0"
__author__ = "Mardix"
__license__ = "MIT"
__copyright__ = "2015"
@@ -39,7 +39,7 @@ setup(
packages=find_packages(),
install_requires=[
"Flask==0.10.1",
"apache-libcloud==0.19.0",
"apache-libcloud==0.20.0",
"lockfile==0.10.2",
"shortuuid==0.1",
"six==1.9.0",