Updated from global requirements

Change-Id: Idfa054cee896891efd639fcdc85e575384d24ece
This commit is contained in:
OpenStack Proposal Bot 2016-04-10 18:29:01 +00:00
parent e3de1987fa
commit 37783083ff
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ pbr>=1.6 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
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
WebOb>=1.2.3 # MIT
PasteDeploy>=1.5.0 # MIT
Paste # MIT
@ -35,7 +35,7 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
MySQL-python;python_version=='2.7' # GPL
MySQL-python;python_version=='2.7' # GPL with FOSS exception
Babel>=1.3 # BSD
six>=1.9.0 # MIT
stevedore>=1.5.0 # Apache-2.0

View File

@ -14,7 +14,7 @@ openstack.nose-plugin>=0.7 # Apache-2.0
WebTest>=2.0 # MIT
wsgi-intercept>=0.6.1 # MIT License
proboscis>=1.2.5.3 # Apache-2.0
python-troveclient!=2.1.0,>=1.2.0 # Apache-2.0
python-troveclient>=2.2.0 # Apache-2.0
mock>=1.2 # BSD
mox3>=0.7.0 # Apache-2.0
testtools>=1.4.0 # MIT