mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Bump importlib-metadata version to <=4.3
Recently I found it necessary to use Flake8 alongside MKDocs in version 1.3. Unfortunately, MKDocs requires importlib-metadata>=4.3 when Flake8 requires importlib-metadata<4.3. That's a really unfortunate coincidence, therefore I decided to pay a visit to Flake8 repository and propose a slight dependency version bump. AFAIK there are no game-breaking API changes in importlib-metadata 4.3.
This commit is contained in:
parent
5957479572
commit
be55be1c50
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ install_requires =
|
|||
mccabe>=0.7.0,<0.8.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.1
|
||||
|
||||
[options.packages.find]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue