Update to pyflakes 2.0.0

- Add new pyflakes codes
- Bump the required versions
- Fixes https://gitlab.com/pycqa/flake8/issues/422
This commit is contained in:
Miro Hrončok 2018-06-03 22:18:48 +02:00
parent 33e7eae53a
commit 527af5c214
4 changed files with 10 additions and 2 deletions

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 >= 2.0.0, < 2.1.0
pycodestyle >= 2.4.0, < 2.5.0
mccabe >= 0.6.0, < 0.7.0