mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 04:58:18 +08:00
ead9fc953f
Read tests.risk.answer_key module into an IPython notebook, to start a base to which answer key values and explanations can be added and display without access to Excel. For now, the notebook just provides the latest download link for the spreadsheet.
30 lines
446 B
Plaintext
30 lines
446 B
Plaintext
# Testing
|
|
nose==1.3.0
|
|
nose-parameterized==0.3.1
|
|
nose-ignore-docstring==0.1
|
|
xlrd==0.9.2
|
|
|
|
# Linting
|
|
|
|
flake8==2.0
|
|
mccabe==0.2.1
|
|
pep8==1.4.6
|
|
pyflakes==0.7.3
|
|
pip-tools==0.3.4
|
|
|
|
# Documentation Conversion
|
|
|
|
pyandoc==0.0.1
|
|
|
|
# Example scripts that are run during unit tests use the following:
|
|
|
|
scipy==0.12.0
|
|
matplotlib==1.3.0
|
|
# tornado and pyparsing are required by matplotlib
|
|
tornado==3.1
|
|
pyparsing==2.0.1
|
|
statsmodels==0.4.3
|
|
patsy==0.1.0
|
|
|
|
Markdown==2.3.1
|