This commit is contained in:
Mike Miller 2017-06-08 08:44:21 +00:00 committed by GitHub
commit 739780f826

View file

@ -24,6 +24,7 @@ setup(
packages=find_packages(exclude=('tests*', 'testing*')), packages=find_packages(exclude=('tests*', 'testing*')),
install_requires=[ install_requires=[
'setuptools<36.0.0',
# quickfix to prevent pep8 conflicts # quickfix to prevent pep8 conflicts
'flake8!=2.5.3', 'flake8!=2.5.3',
'autopep8>=1.1', 'autopep8>=1.1',