From 60531b4ca53379a7cb0124d47ce2028e3d475e94 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 26 Nov 2012 14:34:38 +1300 Subject: [PATCH] Add packages and versions in response to grizzly-1 - Paste is now PasteDeploy - boto is now an explicit requirement - python-glanceclient replaces removed glance client - added PyYAML for new YAML format Change-Id: I59e11a45f7cc77007e259e5dd1b216e691c5f116 --- tools/pip-requires | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 9f7f880f..44fbefa4 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,6 +10,7 @@ # libxml2-dev(el) and libxslt-dev(el) packages. PyCrypto +boto==2.1.1 eventlet>=0.9.17 greenlet>=0.3.1 httplib2 @@ -18,13 +19,14 @@ kombu==1.0.4 lxml>=2.3,<=2.3.5 sqlalchemy-migrate>=0.7.2 python-novaclient -Paste +PasteDeploy==1.5.0 routes==1.12.3 pysendfile SQLAlchemy>=0.7.8,<=0.7.9 WebOb==1.0.8 python-keystoneclient -glance +python-glanceclient python-memcached python-swiftclient python-quantumclient +PyYAML>=3.1.0 -- 2.45.2