Pin kombu and anyjson versions

The minimum version of kombu in the requirements
list has been updated to ensure that compatible
kombu and msgpack libraries are used across all
projects. That update also requires an update
to anyjson.

Addresses bug #1134575

Change-Id: I1520af1315fe649f52ab62769164dc67f4396651
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-06-24 12:15:52 -04:00
parent 9dd8a85571
commit e099eb2522
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ greenlet>=0.3.1
# < 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.7.99
anyjson anyjson>=0.3.3
eventlet>=0.9.12 eventlet>=0.9.12
PasteDeploy PasteDeploy
routes routes
@ -15,7 +15,7 @@ argparse
boto boto
sqlalchemy-migrate>=0.7 sqlalchemy-migrate>=0.7
httplib2 httplib2
kombu kombu>2.4.7
pycrypto>=2.1.0alpha1 pycrypto>=2.1.0alpha1
iso8601>=0.1.4 iso8601>=0.1.4
oslo.config>=1.1.0 oslo.config>=1.1.0