Sync requirements with global requirements

Sync requirements.txt and test-requirements from global
OpenStack requirements repository.

The oslo.db >= 0.4.0 is needed by the recent patch to fix
the testsuite (https://review.openstack.org/116192).

Change-Id: I429dee9caf8c32963da683d596e25b14f62f77ee
This commit is contained in:
Andreas Jaeger 2014-08-22 13:01:38 +02:00
parent b081462046
commit 79cb1f7afc
2 changed files with 11 additions and 11 deletions

View File

@ -8,21 +8,21 @@ iso8601>=0.1.9
kombu>=2.4.8
lockfile>=0.8
lxml>=2.3
oslo.config>=1.3.0
oslo.db>=0.2.0
oslo.i18n>=0.1.0
oslo.messaging>=1.3.0
oslo.rootwrap
oslo.utils>=0.1.1
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
paramiko>=1.13.0
Paste
PasteDeploy>=1.5.0
posix_ipc
python-neutronclient>=2.3.5,<3
python-keystoneclient>=0.9.0
python-neutronclient>=2.3.6,<3
python-keystoneclient>=0.10.0
Routes>=1.12.3,!=2.0
six>=1.7.0
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.1
stevedore>=0.14
python-cinderclient>=1.0.7

View File

@ -5,9 +5,9 @@ discover
fixtures>=0.3.14
mock>=1.0
MySQL-python
oslotest
oslotest>=1.1.0.0a1
psycopg2
python-subunit
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18
testtools>=0.9.34