Remove autopep8-wrapper in favor of autopep8

This commit is contained in:
Anthony Sottile 2018-10-11 17:19:35 -07:00
parent 78b24438db
commit 526904b159
5 changed files with 20 additions and 49 deletions

View file

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