fe6b7ddfca
Move all doc related requirements to a separate requirements.txt so that the tests do not install unneccessary dependencies. Change-Id: I276775ee2d038209f82bfb42dca386a2f5bf02f0
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
# Nodepool uses hacking for its dependencies
|
|
hacking>=0.10.2,<0.11
|
|
coverage
|
|
fixtures>=0.3.12
|
|
mock>=1.0
|
|
python-subunit
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios
|
|
testtools>=0.9.27
|