mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge remote-tracking branch 'origin/master'
Conflicts: requirements.txt setup.py
This commit is contained in:
commit
eb592046e3
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
argparse
|
argparse
|
||||||
jsonschema
|
jsonschema
|
||||||
|
plumbum
|
||||||
pyyaml
|
pyyaml
|
||||||
simplejson
|
simplejson
|
||||||
|
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -8,6 +8,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'argparse',
|
'argparse',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
|
'plumbum',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'simplejson',
|
'simplejson',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue