From 5b099950c65180ccb1f941ad6e6cfbcd1e7a0b1b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 20 Jun 2013 16:09:29 -0400 Subject: Update kombu and anyjson Update the kombu requirement based on the new value in the global requirements list. The new version of kombu we are using depends on anyjson>=0.3.3. Related to bug #1134575 Signed-off-by: Doug Hellmann Change-Id: I36211a2730bfc712e189d39893ab2af513ce3ba9 Signed-off-by: Doug Hellmann --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 067af58..835c252 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ greenlet>=0.3.2 lxml routes==1.12.3 iso8601>=0.1.4 -anyjson==0.2.4 -kombu==1.0.4 +anyjson>=0.3.3 +kombu>2.4.7 argparse stevedore SQLAlchemy>=0.7.8,<=0.7.9 -- cgit