Updated from global requirements

Change-Id: I27e51a831700a6a1f46b33863ed1001f1edbbff2
This commit is contained in:
OpenStack Proposal Bot 2014-10-22 19:11:42 +00:00
parent 7c70fb2d8c
commit 60266bbfbf
4 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.1,!=0.9.2
passlib
iso8601>=0.1.9
python-keystoneclient>=0.10.0
python-keystoneclient>=0.11.1
keystonemiddleware>=1.0.0
oslo.config>=1.4.0 # Apache-2.0
# oslo.messaging tries to pull in eventlet

View File

@ -5,7 +5,7 @@
# keystone dependencies
pbr>=0.6,!=0.7,<1.0
WebOb>=1.2.3
eventlet>=0.15.1
eventlet>=0.15.2
greenlet>=0.3.2
netaddr>=0.7.12
PasteDeploy>=1.5.0
@ -16,7 +16,7 @@ SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.1,!=0.9.2
passlib
iso8601>=0.1.9
python-keystoneclient>=0.10.0
python-keystoneclient>=0.11.1
keystonemiddleware>=1.0.0
oslo.config>=1.4.0 # Apache-2.0
oslo.messaging>=1.4.0

View File

@ -31,9 +31,9 @@ fixtures>=0.3.14
lxml>=2.3
# mock object framework
mock>=1.0
oslotest>=1.1.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
# required to build documentation
sphinx>=1.1.2,!=1.2.0,<1.3
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
# test wsgi apps without starting an http server
WebTest>=2.0

View File

@ -32,9 +32,9 @@ fixtures>=0.3.14
lxml>=2.3
# mock object framework
mock>=1.0
oslotest>=1.1.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
# required to build documentation
sphinx>=1.1.2,!=1.2.0,<1.3
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
# test wsgi apps without starting an http server
WebTest>=2.0