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