adc1fc4ff9
This gets rid of the unnecessary option count at the end of the file and ensures that the config groups are ordered in a repeatable way so adding an option won't shuffle the entire sample config. The new config generator uses stevedore so I added that to test-requirements too. Change-Id: I5fa0e21ca19a4736ebb3ea9c31b683be5324e052
19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
MySQL-python
|
|
python-subunit
|
|
stevedore>=0.14
|
|
testrepository>=0.0.17
|
|
testtools>=0.9.32
|
|
unittest2
|
|
|
|
# Doc requirements
|
|
sphinx>=1.1.2,<1.2
|
|
sphinxcontrib-pecanwsme>=0.5
|