Updated from global requirements

Change-Id: Id902f238ab06ba0da1b62a7b1e050d3a86550da5
This commit is contained in:
OpenStack Proposal Bot 2015-11-19 15:55:37 +00:00
parent 0b7c4da7b6
commit 7b9bec765f
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# 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>=2.6.0 # Apache-2.0
oslo.config>=2.7.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
oslo.utils>=2.8.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
enum34;python_version=='2.7' or python_version=='2.6'

View File

@ -19,4 +19,4 @@ oslotest>=1.10.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0