Flake8 update

This commit is contained in:
Raphael Michel
2019-01-30 09:31:34 +01:00
parent 5da2eab1fb
commit 944138f7a9
4 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
django-debug-toolbar==1.9.1
sqlparse==0.2.1 # pinned due to difficulties with django-debug-toolbar
# Testing requirements
pycodestyle >= 2.4.0, < 2.5.0 # requirement by flake8 3.6.0
pyflakes >= 2.0.0, < 2.1.0 # requirement by flake8 3.6.0
pycodestyle==2.5.*
pyflakes==2.1.*
pep8-naming
flake8
flake8==3.7.*
codecov
coverage
pytest==3.6.*