Updated from global requirements

Change-Id: Iad328b1d0887d3f31f3db73b7ad699bd20b6847f
This commit is contained in:
OpenStack Jenkins 2014-02-04 12:33:25 +00:00
parent 0a7ea662a8
commit b249db1bdc
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.5.21,<1.0
pbr>=0.6,<1.0
#
# The greenlet package must be compiled with gcc and needs
# the Python.h headers. Make sure you install the python-dev
@ -6,33 +6,33 @@ pbr>=0.5.21,<1.0
greenlet>=0.3.2
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
SQLAlchemy>=0.7.8,<=0.7.99
SQLAlchemy>=0.7.8,<=0.8.99
anyjson>=0.3.3
eventlet>=0.13.0
PasteDeploy>=1.5.0
Routes>=1.12.3
WebOb>=1.2.3,<1.3
WebOb>=1.2.3
argparse
boto>=2.12.0,!=2.13.0
sqlalchemy-migrate>=0.8.2
httplib2
httplib2>=0.7.5
kombu>=2.4.8
pycrypto>=2.6
iso8601>=0.1.8
ordereddict
oslo.config>=1.2.0
stevedore>=0.12
stevedore>=0.14
suds>=0.4
# For Swift storage backend.
python-swiftclient>=1.5
python-swiftclient>=1.6
# For paste.util.template used in keystone.common.template
Paste
jsonschema>=1.3.0,!=1.4.0
jsonschema>=2.0.0,<3.0.0
python-cinderclient>=1.0.6
python-keystoneclient>=0.4.1
python-keystoneclient>=0.5.0
pyOpenSSL>=0.11
# Required by openstack.common libraries

View File

@ -15,7 +15,7 @@ mock>=1.0
nosehtmloutput>=0.0.3
sphinx>=1.1.2,<1.2
requests>=1.1
testtools>=0.9.32
testtools>=0.9.34
psutil>1.1.0
# Optional packages that should be installed when testing