Files
catalyst/etc/requirements_dev.txt
T
Eddie Hebert 42ad791f39 BLD: Add libraries needed for running examples.
Add statsmodels and patsy, since they are used by example scripts
and example scripts are now run as part of the unit test suite.
2013-05-03 09:17:17 -04:00

21 lines
276 B
Plaintext

# Testing
nose==1.3.0
nose-parameterized==0.2
# Linting
flake8==2.0
mccabe==0.2.1
pep8==1.4.5
pyflakes==0.6.1
# Documentation Conversion
pyandoc==0.0.1
# Example scripts that are run during unit tests use the following:
matplotlib==1.2.1
statsmodels==0.5.0
patsy==0.1.0