mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Migrate from dependency toml because it has not yet reached v1.0
This commit is contained in:
parent
3fe38dff05
commit
a12065d16c
2 changed files with 9 additions and 4 deletions
|
|
@ -23,7 +23,8 @@ install_requires =
|
|||
identify>=1.0.0
|
||||
nodeenv>=0.11.1
|
||||
pyyaml>=5.1
|
||||
toml
|
||||
tomli;python_version<"3.11"
|
||||
tomli-w
|
||||
virtualenv>=20.10.0
|
||||
importlib-metadata;python_version<"3.8"
|
||||
python_requires = >=3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue