| commit | 9ba5af45ce2d29b64c9a348a6fcff5553eea1f2c | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Sun May 31 13:46:47 2015 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Sun May 31 13:46:47 2015 -0700 |
| tree | 5ee813f7f55c6d602bf89536ba4a8ddeda303a9f | |
| parent | 2dda8367897e80bb27d0c52bcbc8759f8119dfe3 [diff] |
Fix #59 by removing direct dependency on pyflakes
diff --git a/setup.py b/setup.py index 0b3ed31..4e04461 100644 --- a/setup.py +++ b/setup.py
@@ -30,7 +30,6 @@ 'flake8', 'argparse', 'autopep8>=1.1', - 'pyflakes', 'pyyaml', 'simplejson', ],