From a0e012302998975747bdcacd2598c5b7abdb1a39 Mon Sep 17 00:00:00 2001 From: XieYingYun Date: Wed, 22 Mar 2017 10:36:47 +0800 Subject: [PATCH] Updated from global requirements Change-Id: Ie3c8c8ff564e8ff37e44ca911f8fad69e274c8e6 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d106c67..d2aa3a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,9 +37,9 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT six>=1.9.0 # MIT -SQLAlchemy<1.1.0,>=1.0.10 # MIT +SQLAlchemy>=1.0.10 # MIT stevedore>=1.16.0 # Apache-2.0 -python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +python-cinderclient>=2.0.1 # Apache-2.0 +python-novaclient>=7.1.0 # Apache-2.0 python-saharaclient>=0.14.0 # Apache-2.0 WebOb>=1.2.3 # MIT