Update requirements

This patch synchronizes all requirements with master
version of Global Requirements for Mitaka release.

Partial-bug: #1469045
Change-Id: Id5148b373b969f56bfc3ebc1e84a8ff04934c4c5
This commit is contained in:
Roman Prykhodchenko 2016-02-18 14:42:23 +01:00
parent 6eb94d3c0a
commit 2df9cf0bfe
2 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# 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.
cliff>=1.14.0 # Apache-2.0
pbr>=1.6
python-keystoneclient>=1.6.0
PyYAML>=3.1.0
requests!=2.8.0,>=2.5.2
six>=1.9.0
cliff!=1.16.0,>=1.15.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT

View File

@ -1,14 +1,14 @@
# 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
fixtures>=1.3.1
hacking<0.11,>=0.10.2
mock>=1.2
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
hacking<0.11,>=0.10.2 # Apache-2.0
mock>=1.2 # BSD
oslotest>=1.10.0 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0
testrepository>=0.0.18
testtools>=1.4.0
requests-mock>=0.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# Files beyond this line are not in Global Requirements list
# and must be added there.