mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
upgrade pyflakes to 2.5.x
This commit is contained in:
parent
e406f30e23
commit
b9e0c6eb50
4 changed files with 2 additions and 9 deletions
|
|
@ -41,7 +41,7 @@ package_dir =
|
|||
install_requires =
|
||||
mccabe>=0.7.0,<0.8.0
|
||||
pycodestyle>=2.8.0,<2.9.0
|
||||
pyflakes>=2.4.0,<2.5.0
|
||||
pyflakes>=2.5.0,<2.6.0
|
||||
importlib-metadata<4.3;python_version<"3.8"
|
||||
python_requires = >=3.6.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue