Recent versions of pip no longer requires that the requirements are listed in specific orders and can resolve dependencies automatically. Change-Id: Icb4310abaf3bf85777d1e4ea2a885f22b684496b Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
WebTest>=2.0.29 # MIT, for testing with pecan
|