Skip to content

Commit

Permalink
Quickfix to prevent pep8 conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 8, 2015
1 parent 9d1ac32 commit 4078cbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@

packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
# quickfix to prevent pep8 conflicts
'flake8',
'argparse',
'autopep8>=1.1',
'flake8',
'plumbum',
'pyflakes',
'pyyaml',
Expand Down

0 comments on commit 4078cbe

Please sign in to comment.