mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
allow importlib-metadata to be updated
This commit is contained in:
parent
382cc91040
commit
44e2729a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ install_requires =
|
|||
mccabe>=0.6.0,<0.7.0
|
||||
pycodestyle>=2.8.0,<2.9.0
|
||||
pyflakes>=2.4.0,<2.5.0
|
||||
importlib-metadata<4.3;python_version<"3.8"
|
||||
importlib-metadata!=4.3;python_version<"3.8"
|
||||
python_requires = >=3.6
|
||||
|
||||
[options.packages.find]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue