mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
revert to what is on upsteram head
This commit is contained in:
parent
8ed57dd453
commit
0e6b203954
1 changed files with 10 additions and 3 deletions
13
setup.py
13
setup.py
|
|
@ -23,11 +23,18 @@ setup(
|
|||
],
|
||||
|
||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
# install_requires=[
|
||||
# # quickfix to prevent pycodestyle conflicts
|
||||
# 'flake8==3.5.0',
|
||||
# 'autopep8==1.3.5',
|
||||
# 'pycodestyle==2.4.0',
|
||||
# 'pyyaml',
|
||||
# 'six',
|
||||
# ],
|
||||
install_requires=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8==3.5.0',
|
||||
'autopep8==1.3.5',
|
||||
'pycodestyle==2.4.0',
|
||||
'flake8!=2.5.3',
|
||||
'autopep8>=1.3',
|
||||
'pyyaml',
|
||||
'six',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue