mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Update setup.py
This commit is contained in:
parent
3fa0265235
commit
efaa4a7f15
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
||||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# quickfix to prevent pep8 conflicts
|
# quickfix to prevent pep8 conflicts
|
||||||
'flake8!=2.5.3',
|
'flake8==3.0.0b2',
|
||||||
'argparse',
|
'argparse',
|
||||||
'autopep8>=1.1',
|
'autopep8>=1.1',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue