Files
catalyst/etc/requirements_dev.txt
T
Eddie Hebert 2debde31ba BLD/STY: Upgrade to latest versions of lint checkers.
Upgrade pep8 1.4.6 -> 1.5.7
Upgrade pyflakes 0.7.3 -> 0.8.1

Also, tweak some line indentations which now show up as errors,
because of the fixes/changes to visual indent detection between
pep8 versions.
2014-05-30 12:44:10 -04:00

28 lines
414 B
Plaintext

# Testing
nose==1.3.3
nose-parameterized==0.3.3
nose-ignore-docstring==0.2
xlrd==0.9.2
mock==1.0.1
# Linting
flake8==2.1.0
mccabe==0.2.1
pep8==1.5.7
pyflakes==0.8.1
pip-tools==0.3.4
# Documentation Conversion
pyandoc==0.0.1
# Example scripts that are run during unit tests use the following:
matplotlib==1.3.1
# tornado and pyparsing are required by matplotlib
tornado==3.2
pyparsing==2.0.2
Markdown==2.3.1