Updated from global requirements

Change-Id: Ifba3590295ee94b9efa083896be3a7776dac305b
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:25:10 +00:00
parent 64c51a554c
commit ad4b42c963
2 changed files with 10 additions and 10 deletions

View File

@ -3,13 +3,13 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr>=1.6
pbr>=1.6 # Apache-2.0
# Python 2->3 compatibility library.
six>=1.9.0
six>=1.9.0 # MIT
# For deprecation of things
debtcollector>=0.3.0 # Apache-2.0
# For pretty formatting machines/state tables...
PrettyTable<0.8,>=0.7
PrettyTable<0.8,>=0.7 # BSD

View File

@ -5,12 +5,12 @@
hacking<0.11,>=0.10.0
doc8 # Apache-2.0
coverage>=3.6
discover
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
coverage>=3.6 # Apache-2.0
discover # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT