From 0be4d42b225fd7f0392ccff49447ac59434fc59b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 20 Oct 2014 08:35:11 +0200 Subject: [PATCH] Sync with global requirements Sync with global requirements file so that manila uses the same requirements as all other OpenStack projects. Change-Id: I22383ab8d343eac51bae44132230a6526fa50489 --- requirements.txt | 24 ++++++++++++------------ test-requirements.txt | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfc5b19a2a..8a35c0cd4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,30 +9,30 @@ alembic>=0.6.4 anyjson>=0.3.3 argparse Babel>=1.3 -eventlet>=0.13.0 +eventlet>=0.15.2 greenlet>=0.3.2 iso8601>=0.1.9 -kombu>=2.4.8 +kombu>=2.5.0 lockfile>=0.8 lxml>=2.3 -oslo.config>=1.4.0.0a3 -oslo.db>=0.4.0 # Apache-2.0 -oslo.i18n>=0.2.0 # Apache-2.0 -oslo.messaging>=1.4.0.0a3 -oslo.rootwrap>=1.3.0.0a1 -oslo.utils>=0.2.0 # Apache-2.0 +oslo.config>=1.4.0 # Apache-2.0 +oslo.db>=1.0.0 # Apache-2.0 +oslo.i18n>=1.0.0 # Apache-2.0 +oslo.messaging>=1.4.0 +oslo.rootwrap>=1.3.0 +oslo.utils>=1.0.0 # Apache-2.0 paramiko>=1.13.0 Paste PasteDeploy>=1.5.0 posix_ipc python-neutronclient>=2.3.6,<3 -python-keystoneclient>=0.10.0 +python-keystoneclient>=0.11.1 Routes>=1.12.3,!=2.0 six>=1.7.0 SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 -stevedore>=0.14 -python-cinderclient>=1.0.7 -python-novaclient>=2.17.0 +stevedore>=1.0.0 # Apache-2.0 +python-cinderclient>=1.1.0 +python-novaclient>=2.18.0 suds>=0.4 WebOb>=1.2.3 wsgiref>=0.1.2 diff --git a/test-requirements.txt b/test-requirements.txt index 263d5066c6..8ed2fa139b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,10 +10,10 @@ discover fixtures>=0.3.14 mock>=1.0 MySQL-python -oslotest>=1.1.0.0a1 -oslosphinx>=2.2.0.0a2 +oslotest>=1.1.0 # Apache-2.0 +oslosphinx>=2.2.0 # Apache-2.0 psycopg2 python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 testtools>=0.9.34