Updated from global requirements

Change-Id: Ib8d4e83db6d348e0630e1c60d93424784c20f0a9
This commit is contained in:
OpenStack Proposal Bot
2016-10-27 12:21:08 +00:00
parent 3b0312ec9a
commit 628a1eec1e
2 changed files with 3 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ pbr>=1.6 # Apache-2.0
alembic>=0.8.4 # MIT
debtcollector>=1.2.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.utils>=3.17.0 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0

View File

@@ -32,7 +32,7 @@ postgresql =
# Dependencies for testing oslo.db itself.
test =
hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
doc8 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD