mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Remove pretty_format_json simplejson dependency
* The simplejson module is only needed for <=py25 so replace with builtin json. * Replace six dependecy for simple Py2 check for convertion to unicode. * Cleanup quotes.
This commit is contained in:
parent
1f262dab15
commit
00974efa31
3 changed files with 16 additions and 16 deletions
2
setup.py
2
setup.py
|
|
@ -28,8 +28,6 @@ setup(
|
|||
'flake8!=2.5.3',
|
||||
'autopep8>=1.3',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
'six',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue