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

View File

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