Updated from global requirements

Change-Id: I6f0c9af21f417830a5b9672e76aabb095eaabe61
This commit is contained in:
OpenStack Proposal Bot 2015-07-27 17:55:43 +00:00
parent 6a6fcc22be
commit 6995eaa38a
2 changed files with 6 additions and 7 deletions

View File

@ -10,7 +10,7 @@ PasteDeploy>=1.5.0
Paste
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
Routes!=2.0,>=1.12.3;python_version!='2.7'
cryptography>=0.8.2 # Apache-2.0
cryptography>=0.9.1 # Apache-2.0
six>=1.9.0
SQLAlchemy<1.1.0,>=0.9.7
sqlalchemy-migrate>=0.9.6
@ -18,9 +18,9 @@ stevedore>=1.5.0 # Apache-2.0
passlib
python-keystoneclient>=1.6.0
keystonemiddleware>=2.0.0
oslo.concurrency>=2.1.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=1.11.0 # Apache-2.0
oslo.messaging>=1.16.0 # Apache-2.0
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
oslo.db>=1.12.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.6.0 # Apache-2.0
@ -31,7 +31,7 @@ oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
oauthlib>=0.6
pysaml2>=2.4.0
dogpile.cache>=0.5.3
dogpile.cache>=0.5.4
jsonschema!=2.5.0,<3.0.0,>=2.0.0
pycadf>=0.8.0
msgpack-python>=0.4.0

View File

@ -6,7 +6,7 @@ hacking<0.11,>=0.10.0
bashate>=0.2 # Apache-2.0
# Optional backend: Memcache
python-memcached>=1.48
python-memcached>=1.56
# Optional dogpile backend: MongoDB
pymongo>=3.0.2
@ -24,8 +24,7 @@ fixtures>=1.3.1
# xml parsing
lxml>=2.3
# mock object framework
mock!=1.1.4,>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
mock>=1.2
oslotest>=1.7.0 # Apache-2.0
# required to build documentation
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2