From 7c08ee8c925479971aa61be604c7c0f534aeaa47 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 24 Oct 2015 18:39:24 -0500 Subject: [PATCH] Bump pyflakes cap to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abdb35f..d8b0518 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( url="https://gitlab.com/pycqa/flake8", packages=["flake8", "flake8.tests"], install_requires=[ - "pyflakes >= 0.8.1, < 0.10", + "pyflakes >= 0.8.1, < 1.1", "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", "mccabe >= 0.2.1, < 0.4", ],