Allow pyflakes 1.1

This commit is contained in:
Felix Yan 2016-03-02 03:56:34 +00:00
parent 62a7cca512
commit d9358bb082

View file

@ -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",
],