From 9ba5af45ce2d29b64c9a348a6fcff5553eea1f2c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 31 May 2015 13:46:47 -0700 Subject: [PATCH] Fix #59 by removing direct dependency on pyflakes --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0b3ed31..4e04461 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup( 'flake8', 'argparse', 'autopep8>=1.1', - 'pyflakes', 'pyyaml', 'simplejson', ],