From 46f3c31e81cf5dbca36d9d51d3754ff445364729 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Thu, 24 May 2018 09:15:34 +0200 Subject: [PATCH] Update setup.cfg Update requirements allowing to work with pyflakes-2.0.0. Fixes #422 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d48e18..40e8228 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,6 @@ license_file = LICENSE requires-dist = enum34; python_version<"3.4" configparser; python_version<"3.2" - pyflakes >= 1.5.0, < 1.7.0 + pyflakes >= 1.5.0, < 2.0.0 pycodestyle >= 2.4.0, < 2.5.0 mccabe >= 0.6.0, < 0.7.0