mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 20:22:12 +08:00
1705428aa4
Instead of `pip-review`, now using `pip list --outdated`
27 lines
399 B
Plaintext
27 lines
399 B
Plaintext
# Testing
|
|
nose==1.3.3
|
|
nose-parameterized==0.3.3
|
|
nose-ignore-docstring==0.2
|
|
xlrd==0.9.3
|
|
mock==1.0.1
|
|
|
|
# Linting
|
|
|
|
flake8==2.1.0
|
|
mccabe==0.2.1
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
|
|
# 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.1
|
|
pyparsing==2.0.2
|
|
|
|
Markdown==2.4.1
|