python-novaclient/test-requirements.txt
Monty Taylor 3bbdcda9d2 Rename requires files to standard names.
The python community groks requirements.txt and test-requirements.txt as
reasonably standard files. We should use those filenames to make our
information more discoverable.

Fixes bug 1179008

Change-Id: I50a7c46f880e4257fa31d7d322d7bf70b0f5d3a6
2013-05-25 08:23:12 +02:00

17 lines
247 B
Plaintext

distribute>=0.6.24
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
coverage
discover
fixtures>=0.3.12
keyring
mock
sphinx>=1.1.2
testrepository>=0.0.13
testtools>=0.9.26