Fix #59 by removing direct dependency on pyflakes

This commit is contained in:
Anthony Sottile 2015-05-31 13:46:47 -07:00
parent 2dda836789
commit 9ba5af45ce

View file

@ -30,7 +30,6 @@ setup(
'flake8',
'argparse',
'autopep8>=1.1',
'pyflakes',
'pyyaml',
'simplejson',
],