mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:39:30 +08:00
ff991549b8
Removes from requirements_dev.txt, since requirements_dev.txt is used in various unit testing environments, ipython, pyzmq, etc. is extra weight that is being unecessarily pulled in.
15 lines
154 B
Plaintext
15 lines
154 B
Plaintext
# Testing
|
|
nose==1.2.1
|
|
nose-parameterized==0.2
|
|
|
|
# Linting
|
|
|
|
flake8==2.0
|
|
mccabe==0.2
|
|
pep8==1.4.5
|
|
pyflakes==0.6.1
|
|
|
|
# Documentation Conversion
|
|
|
|
pyandoc==0.0.1
|