taskflow/test-requirements.txt
Monty Taylor 9b7d463f68 Remove d2to dependency
Change-Id: I433711ba417dbb15f616fa488cec389f3138b00a
2013-09-30 10:39:23 -04:00

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