remove commented out code.

This commit is contained in:
Bobby Rullo 2018-06-13 16:07:52 -07:00
parent 3d18cba243
commit 2f97bc30a0

View file

@ -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',