mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Force version of importlib-resources
As virtualenv needs a version of importlib older than 2.0.0, the importlib-resources version has been forced to 1.5.0.
This commit is contained in:
parent
0e5eb19929
commit
ae10cc9ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ install_requires =
|
|||
toml
|
||||
virtualenv>=20.0.8
|
||||
importlib-metadata;python_version<"3.8"
|
||||
importlib-resources;python_version<"3.7"
|
||||
importlib-resources==1.5.0;python_version<"3.7"
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.entry_points]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue