3bbdcda9d2
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
17 lines
247 B
Plaintext
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
|