Quickfix to prevent pep8 conflicts

This commit is contained in:
Anthony Sottile 2015-03-08 11:34:04 -07:00
parent 9d1ac3273b
commit 4078cbedf0

View file

@ -26,9 +26,10 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
# quickfix to prevent pep8 conflicts
'flake8',
'argparse',
'autopep8>=1.1',
'flake8',
'plumbum',
'pyflakes',
'pyyaml',