Updated from global requirements

Change-Id: I21c90cf3ad7e791cf22ec0f8303e4254d4804115
This commit is contained in:
OpenStack Proposal Bot 2016-10-27 12:14:35 +00:00
parent 274ab09f4f
commit 739e9c289b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ python-ironicclient>=1.6.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
pytz>=2013.6 # MIT
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.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>=3.11.0 # Apache-2.0

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
doc8 # Apache-2.0
hacking<0.11,>=0.10.0
mock>=2.0 # BSD