
We need to fix PEP8/flake8 issues corresponding to the new hacking rules that got added before we can update to the new global requirements. Change-Id: Iff995139d258549ff9a8e3e5018e964efa2ab152
22 lines
410 B
Plaintext
22 lines
410 B
Plaintext
# 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
|
|
sphinx>=1.1.2,<1.2
|
|
|
|
coverage
|
|
nose
|
|
nosexcover
|
|
openstack.nose_plugin
|
|
WebTest==1.3.3
|
|
wsgi_intercept
|
|
proboscis==1.2.5.3
|
|
http://tarballs.openstack.org/python-troveclient/python-troveclient-master.tar.gz#egg=python-troveclient
|
|
mock
|
|
mox
|
|
testtools>=0.9.22
|
|
discover
|
|
testrepository>=0.0.8
|
|
mockito
|