mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Rely on backports.entry_points_selectable for forward compatibility with importlib.metadata.
This commit is contained in:
parent
1d5dd156ab
commit
3d253e07f3
4 changed files with 23 additions and 25 deletions
|
|
@ -48,7 +48,8 @@ install_requires=
|
|||
typing; python_version<"3.5"
|
||||
configparser; python_version<"3.2"
|
||||
functools32; python_version<"3.2"
|
||||
importlib-metadata; python_version<"3.8"
|
||||
importlib_metadata; python_version<"3.8"
|
||||
backports.entry_points_selectable >= 1.0.2
|
||||
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue