Updated from global requirements

Change-Id: I9d31d220c6fbc4a7aa8d5cc5261095e4ed86d0b8
This commit is contained in:
OpenStack Proposal Bot 2017-11-14 04:12:58 +00:00
parent 37bcb98f3e
commit 8dbb9f4d02
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# 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.
oslo.config>=3.22.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.config>=4.6.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
pytz>=2013.6 # MIT
six>=1.9.0 # MIT
debtcollector>=1.2.0 # Apache-2.0

View File

@ -13,5 +13,5 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# this is required for the docs build jobs
openstackdocstheme>=1.11.0 # Apache-2.0
openstackdocstheme>=1.17.0 # Apache-2.0
sphinx>=1.6.2 # BSD