From e85450f6796e46b66baf7539a23268b213025283 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 19 Jun 2013 17:16:32 -0400 Subject: [PATCH] Update kombu requirement 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. This update also requires a bump for anyjson. Addresses bug #1134575 Change-Id: Ic33a5bbc8d1cdf1effd41c1c2aebc7ef6988c39e Signed-off-by: Doug Hellmann --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c96449aec..c92268694 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ d2to1>=0.2.10,<0.3 pbr>=0.5.10,<0.6 amqplib>=0.6.1 -anyjson>=0.2.4 +anyjson>=0.3.3 argparse babel>=0.9.6 eventlet>=0.9.12 greenlet>=0.3.1 iso8601>=0.1.4 -kombu>=1.0.4 +kombu>2.4.7 lockfile>=0.8 lxml>=2.3 oslo.config>=1.1.0 -- 2.45.2