mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
Support pyflakes 2.2.x
This commit is contained in:
parent
1be8707dc7
commit
76eeccad89
3 changed files with 51 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue