Support pyflakes 2.2.x

This commit is contained in:
Anthony Sottile 2020-04-10 18:53:10 -07:00
parent 1be8707dc7
commit 76eeccad89
3 changed files with 51 additions and 2 deletions

View file

@ -41,7 +41,7 @@ install_requires=
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
pyflakes >= 2.1.0, < 2.2.0
pyflakes >= 2.2.0, < 2.3.0
pycodestyle >= 2.5.0, < 2.6.0
mccabe >= 0.6.0, < 0.7.0
enum34; python_version<"3.4"