Added pep8, mccabe and pyflakes to requirements.txt. These were needed to allow flake8 to run at the end of runtests.py.

This commit is contained in:
Mark Hughes 2014-09-03 23:06:40 +01:00
parent 840fe7b05c
commit eb2cd93502

View File

@ -3,6 +3,9 @@ pytest-django==2.6
pytest==2.5.2
pytest-cov==1.6
flake8==2.2.2
pep8==1.5.7
mccabe==0.2.1
pyflakes==0.8.1
# Optional packages
markdown>=2.1.0