Updated from global requirements

Change-Id: I2bad9b39ed9ad4995e14e1c253abb3f8cbac9267
This commit is contained in:
OpenStack Proposal Bot 2016-09-09 16:05:04 +00:00
parent ae4473b5c2
commit e56dbe8d58
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
oslo.db>=4.10.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0

View File

@ -10,7 +10,7 @@ os-testr>=0.7.0 # Apache-2.0
freezegun # Apache-2.0
# Include drivers for opportunistic testing.
oslo.db[fixtures,mysql,postgresql]>=4.10.0 # Apache-2.0
oslo.db[fixtures,mysql,postgresql]!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
# computes code coverage percentages
coverage>=3.6 # Apache-2.0