From d9358bb08276a71fdc6c6d80f958b7595029b5d8 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 2 Mar 2016 03:56:34 +0000 Subject: [PATCH] Allow pyflakes 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fab5e86..40372e3 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, < 1.1", + "pyflakes >= 0.8.1, < 1.2", "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", "mccabe >= 0.2.1, < 0.5", ],