Merge pull request #180 from pre-commit/require_new_autopep8

Require a newer version of autopep8
This commit is contained in:
Anthony Sottile 2017-07-05 12:27:36 -07:00 committed by GitHub
commit 20209f691b
3 changed files with 5 additions and 4 deletions

View file

@ -24,9 +24,9 @@ setup(
packages=find_packages(exclude=('tests*', 'testing*')),
install_requires=[
# quickfix to prevent pep8 conflicts
# quickfix to prevent pycodestyle conflicts
'flake8!=2.5.3',
'autopep8>=1.1',
'autopep8>=1.3',
'pyyaml',
'simplejson',
'six',