Updated from global requirements

Change-Id: I45127de68818c31063dd7f9a0ade25bc3b27fcab
This commit is contained in:
OpenStack Proposal Bot 2016-09-28 16:59:16 +00:00
parent 1d828fa0dd
commit 2631b724c4
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.4,>=1.2.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT