Update requirements to fix devstack installation
Updating kombu to a newer version also requires a new anyjson version. If we don't specify the versions here, some of the other projects install older versions that don't work together when running under devstack. Fixes bug #1134575 Change-Id: Idcb45ca4b2c5d947b01a8b75f7906a3df6380ebe Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
a7dfb05eed
commit
2d202224bc
@ -1,14 +1,14 @@
|
||||
d2to1>=0.2.10,<0.3
|
||||
pbr>=0.5,<0.6
|
||||
WebOb>=1.2
|
||||
kombu
|
||||
kombu>2.4.7
|
||||
iso8601
|
||||
argparse
|
||||
SQLAlchemy>=0.7,<=0.7.99
|
||||
sqlalchemy-migrate>=0.7.2
|
||||
pymongo>=2.2
|
||||
eventlet
|
||||
anyjson>=0.2.4
|
||||
anyjson>=0.3.3
|
||||
Flask==0.9
|
||||
pecan>=0.2.0
|
||||
stevedore>=0.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user