Updated from global requirements

Change-Id: Ia8fce74c2caa158ac80a01ab68a15b85fbe4c085
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:31:20 +00:00
parent d6860d0da4
commit d5b2dee8a2
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
requests!=2.9.0,>=2.8.1
requests!=2.9.0,>=2.8.1 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
six>=1.9.0
six>=1.9.0 # MIT

View File

@ -7,8 +7,8 @@ oslotest>=1.10.0 # Apache-2.0
requests-mock>=0.7.0 # Apache-2.0
# computes code coverage percentages
coverage>=3.6
coverage>=3.6 # Apache-2.0
# These are needed for docs generation
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD