revert to what is on upsteram head

This commit is contained in:
Bobby Rullo 2018-06-13 15:51:28 -07:00
parent 8ed57dd453
commit 0e6b203954

View file

@ -23,11 +23,18 @@ 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',
'autopep8==1.3.5',
'pycodestyle==2.4.0',
'flake8!=2.5.3',
'autopep8>=1.3',
'pyyaml',
'six',
],