mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
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:
parent
840fe7b05c
commit
eb2cd93502
|
@ -3,6 +3,9 @@ pytest-django==2.6
|
||||||
pytest==2.5.2
|
pytest==2.5.2
|
||||||
pytest-cov==1.6
|
pytest-cov==1.6
|
||||||
flake8==2.2.2
|
flake8==2.2.2
|
||||||
|
pep8==1.5.7
|
||||||
|
mccabe==0.2.1
|
||||||
|
pyflakes==0.8.1
|
||||||
|
|
||||||
# Optional packages
|
# Optional packages
|
||||||
markdown>=2.1.0
|
markdown>=2.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user