mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
adding plumbum as requirement
This commit is contained in:
parent
609a35c0c4
commit
9914255ffa
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
argparse
|
argparse
|
||||||
|
plumbum
|
||||||
pyyaml
|
pyyaml
|
||||||
simplejson
|
simplejson
|
||||||
|
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ setup(
|
||||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'argparse',
|
'argparse',
|
||||||
|
'plumbum',
|
||||||
'simplejson',
|
'simplejson',
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue