mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
7bc20639da
Example scripts use matplotlib, so add to requirements_dev.txt so that CI will include matplotlib.
19 lines
244 B
Plaintext
19 lines
244 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
|