Update setup.cfg

Update requirements allowing to work with pyflakes-2.0.0.
Fixes #422
This commit is contained in:
Sandro Bonazzola 2018-05-24 09:15:34 +02:00 committed by GitHub
parent 33e7eae53a
commit 46f3c31e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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