From e1b153d4195370bacefd970e2231290cd5649aef Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 14 Nov 2012 11:02:46 -0800 Subject: Unpin amqplib and kombu requirements. Ubuntu is using a much newer version of these libraries so we shouldn't lock the versions in our infrasctructure. Using a > 1.0 of amqplib is particularly useful as it turns on keepalives by default. Change-Id: I956e70e0c39c76d1632fb708cd78aeb51adbd250 --- tools/pip-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index a214d7bc2..136a5d7a8 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,10 +1,10 @@ SQLAlchemy>=0.7.8,<=0.7.9 Cheetah==2.4.4 -amqplib==0.6.1 +amqplib>=0.6.1 anyjson>=0.2.4 boto==2.1.1 eventlet>=0.9.17 -kombu==1.0.4 +kombu>=1.0.4 lxml>=2.3,<=2.3.5 routes==1.12.3 WebOb==1.0.8 -- cgit