mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use cached-property package.
This commit is contained in:
parent
3a38cf4227
commit
203c554734
7 changed files with 6 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -32,9 +32,9 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'asottile.cached_property',
|
||||
'asottile.ordereddict',
|
||||
'asottile.yaml',
|
||||
'cached-property',
|
||||
'jsonschema',
|
||||
'nodeenv>=0.9.4',
|
||||
'plumbum',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue