mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
limit broken importlib-metadata CC @jaraco
This commit is contained in:
parent
72f64e40bb
commit
975a3f4533
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ install_requires=
|
||||||
pyflakes >= 2.3.0, < 2.4.0
|
pyflakes >= 2.3.0, < 2.4.0
|
||||||
pycodestyle >= 2.7.0, < 2.8.0
|
pycodestyle >= 2.7.0, < 2.8.0
|
||||||
mccabe >= 0.6.0, < 0.7.0
|
mccabe >= 0.6.0, < 0.7.0
|
||||||
importlib-metadata; python_version<"3.8"
|
importlib-metadata<4.3; python_version<"3.8"
|
||||||
|
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue