Files
deb-python-taskflow/tools/test-requires
Joshua Harlow 16c7b8aa19 Move to using pbr.
The new way to build packages and perform setuptools
interactions seems to be via the pbr library so to
play well with others, use said library.

Change-Id: I519503fdf59457dc554870b8e6ff61613ab30d11
2013-07-07 21:46:32 -07:00

17 lines
267 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
mox
nose
nose-exclude
openstack.nose_plugin>=0.7
pylint==0.25.2
# Needed for features in 2.7 not in 2.6
unittest2