This commit is contained in:
Anthony Sottile 2016-02-11 09:46:10 -08:00
parent 36214cb67b
commit 97b88d9610

View file

@ -27,7 +27,7 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
# quickfix to prevent pep8 conflicts
'flake8',
'flake8!=2.5.3',
'argparse',
'autopep8>=1.1',
'pyyaml',