5f5bdb851a
Added comments to indicate which licenses apply to each. Change-Id: Id2aa31736b4eb602042e648207cad5480b7a2de1 Closes-bug: 1427966
19 lines
840 B
Plaintext
19 lines
840 B
Plaintext
# 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.
|
|
|
|
hacking<0.11,>=0.10.0 # Apache-2.0
|
|
|
|
coverage>=3.6 # BSD
|
|
discover # BSD
|
|
fixtures>=0.3.14 # Apache-2.0
|
|
mock>=1.0 # BSD
|
|
nose # LGPL
|
|
python-subunit>=0.0.18 # Apache-2.0 or BSD 3-clause
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
|
|
oslosphinx>=2.2.0 # Apache-2.0
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0 or BSD 3-clause
|
|
testtools>=0.9.36,!=1.2.0 # MIT
|