From 1f194d0eee8c367e6a3aeefc11c54bc7b4a9295d Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 13 Jun 2018 14:31:23 -0700 Subject: [PATCH] ++flake8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07a2477..a1c29d9 100644 --- a/setup.py +++ b/setup.py @@ -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',