Files
catalyst/etc/requirements_dev.txt
T
2015-03-19 17:21:25 -04:00

38 lines
768 B
Plaintext

# Testing
nose==1.3.4
nose-parameterized==0.3.5
nose-ignore-docstring==0.2
xlrd==0.9.3
mock==1.0.1
# Linting
flake8==2.3.0
mccabe==0.3
pep8==1.6.2
pyflakes==0.8.1
# Documentation Conversion
pyandoc==0.0.1
docopt==0.6.2
numpydoc==0.5
mistune==0.5
# Example scripts that are run during unit tests use the following:
matplotlib==1.4.3
# tornado and pyparsing are required by matplotlib
tornado==4.1
pyparsing==2.0.3
# Required by tornado
backports.ssl-match-hostname==3.4.0.2; python_version < '3.0'
certifi==14.5.14
Markdown==2.6
# This --allow syntax is for compatibility with pip >= 1.5
# However, this is backwards incompatible change, since previous
# versions of pip do not support that flag.
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8