This commit is contained in:
Bobby Rullo 2018-06-13 15:44:26 -07:00
parent bbdbab897d
commit 8ed57dd453

View file

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