This commit is contained in:
Bobby Rullo 2018-06-13 14:31:23 -07:00
parent 1c497e42d6
commit 1f194d0eee

View file

@ -25,7 +25,7 @@ setup(
packages=find_packages(exclude=('tests*', 'testing*')),
install_requires=[
# quickfix to prevent pycodestyle conflicts
'flake8==2.5.3',
'flake8==3.0.4',
'autopep8==1.3',
'pyyaml',
'six',