Updated from global requirements

Change-Id: I916a8456da4bc5c6db4ce66946ff09f58b36b692
This commit is contained in:
OpenStack Proposal Bot 2016-12-23 03:12:19 +00:00
parent 9f570b6a89
commit 1dbbec037e
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0
oslo.db>=4.13.3 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0

View File

@ -10,14 +10,14 @@ os-testr>=0.8.0 # Apache-2.0
freezegun>=0.3.6 # Apache-2.0
# Include drivers for opportunistic testing.
oslo.db[fixtures,mysql,postgresql]!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0
oslo.db[fixtures,mysql,postgresql]>=4.13.3 # Apache-2.0
# computes code coverage percentages
coverage>=4.0 # Apache-2.0
# fixture stubbing
fixtures>=3.0.0 # Apache-2.0/BSD
# xml parsing
lxml>=2.3 # BSD
lxml!=3.7.0,>=2.3 # BSD
# mock object framework
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0