mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
add six to installation requirements
This commit is contained in:
parent
02e8bdc9d8
commit
255af75d1f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -32,6 +32,7 @@ setup(
|
|||
'autopep8>=1.1',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
'six==1.9.0',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue