From 4dc1e03837653f6b5120f3ef169a316724461005 Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 13 Jun 2018 14:35:55 -0700 Subject: [PATCH] ++autopep8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1c29d9..6c2b8f0 100644 --- a/setup.py +++ b/setup.py @@ -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', ],