The requirements.txt is for the runtime dependencies, the oslotest is test time dependency so it belongs to the test-requirements.txt. Change-Id: I5ab6d65d62fe3d43d7a5980b75b2258615be4dd9
18 lines
491 B
Plaintext
18 lines
491 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
|
|
coverage>=3.6
|
|
discover
|
|
mock>=1.2
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
python-subunit>=0.0.18
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
|
|
# Doc requirements
|
|
doc8 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
sphinxcontrib-pecanwsme>=0.8
|
|
oslosphinx>=2.5.0 # Apache-2.0
|