mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Replace pkg_resources.get_distribution with importlib-metadata
This commit is contained in:
parent
9c37473256
commit
ebe5132576
5 changed files with 20 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -40,6 +40,8 @@ setup(
|
|||
'cached-property',
|
||||
'cfgv>=1.0.0',
|
||||
'identify>=1.0.0',
|
||||
# if this makes it into python3.8 move to extras_require
|
||||
'importlib-metadata',
|
||||
'nodeenv>=0.11.1',
|
||||
'pyyaml',
|
||||
'six',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue