From 2f97bc30a05681cd0ad0fb73b9fbe6fb21e69b2b Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 13 Jun 2018 16:07:52 -0700 Subject: [PATCH] remove commented out code. --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index bdf56e8..d59ca7e 100644 --- a/setup.py +++ b/setup.py @@ -23,14 +23,6 @@ setup( ], packages=find_packages(exclude=('tests*', 'testing*')), - # install_requires=[ - # # quickfix to prevent pycodestyle conflicts - # 'flake8==3.5.0', - # 'autopep8==1.3.5', - # 'pycodestyle==2.4.0', - # 'pyyaml', - # 'six', - # ], install_requires=[ # quickfix to prevent pycodestyle conflicts 'flake8==3.5.0',