flake8 requirements: Pin flake8 properly

This commit is contained in:
Florian Bruhin 2016-07-25 18:07:31 +02:00
parent 3efb41f743
commit b8ea3d3c39
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
flake8==3.0.0 # rq.filter: < 3.0.0
flake8==2.6.2 # rq.filter: < 3.0.0
flake8-copyright==0.2.0
flake8-debugger==1.4.0
flake8-deprecated==1.0

View File

@ -1,4 +1,4 @@
flake8
flake8<3.0.0
flake8-copyright
flake8-debugger
flake8-deprecated