++autopep8

This commit is contained in:
Bobby Rullo 2018-06-13 14:35:55 -07:00
parent 1f194d0eee
commit 4dc1e03837

View file

@ -26,7 +26,7 @@ setup(
install_requires=[
# quickfix to prevent pycodestyle conflicts
'flake8==3.0.4',
'autopep8==1.3',
'autopep8==1.3.5',
'pyyaml',
'six',
],