From 2b384fc8c431839908ee412c99e4adaf101de66b Mon Sep 17 00:00:00 2001 From: XieYingYun Date: Wed, 22 Mar 2017 20:28:20 +0800 Subject: [PATCH] Updated from global requirements This is the official explanation for the change in OpenStack:https://github.com/openstack/requirements.I think need to be consistent with the community to avoid future problems Change-Id: I0210f585c0fe7ac4d38d5003c7d6c0cc72e0b92b --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5359434ecc..69461076e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,14 +8,14 @@ eventlet!=0.18.3,>=0.18.2 # MIT httplib2>=0.7.5 # MIT netaddr!=0.7.16,>=0.7.13 # BSD tenacity>=3.2.1 # Apache-2.0 -SQLAlchemy<1.1.0,>=1.0.10 # MIT +SQLAlchemy>=1.0.10 # MIT six>=1.9.0 # MIT stevedore>=1.20.0 # Apache-2.0 neutron-lib>=1.2.0 # Apache-2.0 osc-lib>=1.2.0 # Apache-2.0 python-openstackclient>=3.3.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 oslo.db>=4.15.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0