From 2d202224bc98fc882f29f00b5f97bbb7c4c720f5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 12 Jun 2013 16:06:18 -0400 Subject: [PATCH] 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 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a9e38375..f8c26b421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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