9b7d463f68
Change-Id: I433711ba417dbb15f616fa488cec389f3138b00a
17 lines
273 B
Plaintext
17 lines
273 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
|
|
|
|
coverage
|
|
distribute>=0.6.24
|
|
mock>=1.0
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
pylint==0.25.2
|
|
|
|
# Needed for features in 2.7 not in 2.6
|
|
unittest2
|