Updated from global requirements

Change-Id: I55d567a882181b928c6ee134570c98f18cd4b217
This commit is contained in:
OpenStack Proposal Bot 2016-10-03 14:04:17 +00:00
parent 5723b80ba3
commit 8b3d3f8e12
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
dib-utils # Apache-2.0
psutil>=1.1.1,<2.0.0 # BSD
dib-utils # Apache-2.0
psutil<2.0.0,>=1.1.1 # BSD

View File

@ -9,7 +9,7 @@ discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT