Updated from global requirements
Change-Id: Ifba3590295ee94b9efa083896be3a7776dac305b
This commit is contained in:
parent
64c51a554c
commit
ad4b42c963
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user