Update from global-requirements.txt
Commit ID from openstack/requirements: e3151e390ded31bd02fda941cb68d3477e2ecb84 Change-Id: I8b094c7e81bdb0bd5f5e32bb25a41f2b1a73ea5e
This commit is contained in:
parent
9c4d6422a3
commit
67d245004e
@ -5,11 +5,11 @@ pbr>=0.6,!=0.7,<1.0
|
|||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
SQLAlchemy>=0.9.7,<=0.9.99
|
SQLAlchemy>=0.9.7,<=0.9.99
|
||||||
alembic>=0.7.2
|
alembic>=0.7.2
|
||||||
eventlet>=0.16.1,!=0.17.0
|
eventlet>=0.17.3
|
||||||
PasteDeploy>=1.5.0
|
PasteDeploy>=1.5.0
|
||||||
Routes>=1.12.3,!=2.0
|
Routes>=1.12.3,!=2.0
|
||||||
WebOb>=1.2.3
|
WebOb>=1.2.3
|
||||||
kombu>=2.5.0
|
kombu>=3.0.7
|
||||||
lockfile>=0.8
|
lockfile>=0.8
|
||||||
psutil>=1.1.1,<2.0.0
|
psutil>=1.1.1,<2.0.0
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
@ -26,12 +26,12 @@ jsonschema>=2.0.0,<3.0.0
|
|||||||
python-keystoneclient>=1.1.0
|
python-keystoneclient>=1.1.0
|
||||||
python-heatclient>=0.3.0
|
python-heatclient>=0.3.0
|
||||||
python-neutronclient>=2.3.11,<3
|
python-neutronclient>=2.3.11,<3
|
||||||
oslo.db>=1.7.0,<1.8.0 # Apache-2.0
|
oslo.db>=1.7.0 # Apache-2.0
|
||||||
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
|
oslo.config>=1.11.0 # Apache-2.0
|
||||||
oslo.messaging>=1.8.0,<1.9.0 # Apache-2.0
|
oslo.messaging>=1.8.0 # Apache-2.0
|
||||||
oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
|
oslo.serialization>=1.4.0 # Apache-2.0
|
||||||
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
|
oslo.utils>=1.4.0 # Apache-2.0
|
||||||
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
|
oslo.i18n>=1.5.0 # Apache-2.0
|
||||||
|
|
||||||
# not listed in global requirements
|
# not listed in global requirements
|
||||||
yaql>=0.2.6,<0.3
|
yaql>=0.2.6,<0.3
|
||||||
|
@ -7,7 +7,7 @@ coverage>=3.6
|
|||||||
discover
|
discover
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
oslotest>=1.5.1,<1.6.0 # Apache-2.0
|
oslotest>=1.5.1 # Apache-2.0
|
||||||
posix_ipc
|
posix_ipc
|
||||||
sqlalchemy-migrate>=0.9.5
|
sqlalchemy-migrate>=0.9.5
|
||||||
tempest-lib>=0.4.0
|
tempest-lib>=0.4.0
|
||||||
@ -16,13 +16,13 @@ testresources>=0.2.4
|
|||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
testtools>=0.9.36,!=1.2.0
|
testtools>=0.9.36,!=1.2.0
|
||||||
unittest2
|
unittest2
|
||||||
pylint>=1.3.0 # GNU GPL v2
|
pylint==1.4.1 # GNU GPL v2
|
||||||
|
|
||||||
# Some of the tests use real MySQL and Postgres databases
|
# Some of the tests use real MySQL and Postgres databases
|
||||||
MySQL-python
|
MySQL-python
|
||||||
psycopg2
|
psycopg2
|
||||||
|
|
||||||
# doc build requirements
|
# doc build requirements
|
||||||
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
|
oslosphinx>=2.5.0 # Apache-2.0
|
||||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user