From 18564e60e063dac98348f00aa91c7eb5de98996b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 14 Nov 2012 11:17:52 +1300 Subject: [PATCH] Align pip-requires versions with nova This should also make the unit tests run again by preventing SqlAlchemy 8 from being used Change-Id: I6fa92540dc3369b85d135232b10701937071cbd6 --- tools/pip-requires | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 9651ae92..9f7f880f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,19 +10,19 @@ # libxml2-dev(el) and libxslt-dev(el) packages. PyCrypto -eventlet -greenlet +eventlet>=0.9.17 +greenlet>=0.3.1 httplib2 -iso8601 -kombu -lxml -sqlalchemy-migrate +iso8601>=0.1.4 +kombu==1.0.4 +lxml>=2.3,<=2.3.5 +sqlalchemy-migrate>=0.7.2 python-novaclient Paste -Routes +routes==1.12.3 pysendfile -SQLAlchemy -WebOb +SQLAlchemy>=0.7.8,<=0.7.9 +WebOb==1.0.8 python-keystoneclient glance python-memcached -- 2.45.2