| commit | 4078cbedf0360dce2b7cd02cb2812fc50b76b98d | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Sun Mar 08 11:34:04 2015 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Sun Mar 08 11:34:04 2015 -0700 |
| tree | 205f22e597b3c6d0a731db0cd03fe404443e9da6 | |
| parent | 9d1ac3273b2dcf4c82a45ceceb69092cd0ef3784 [diff] |
Quickfix to prevent pep8 conflicts
diff --git a/setup.py b/setup.py index b86acd1..ce93306 100644 --- a/setup.py +++ b/setup.py
@@ -26,9 +26,10 @@ packages=find_packages('.', exclude=('tests*', 'testing*')), install_requires=[ + # quickfix to prevent pep8 conflicts + 'flake8', 'argparse', 'autopep8>=1.1', - 'flake8', 'plumbum', 'pyflakes', 'pyyaml',