mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +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',
|
'autopep8>=1.1',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'simplejson',
|
'simplejson',
|
||||||
|
'six==1.9.0',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue