Latest pycodestyle

This commit is contained in:
Anthony Sottile 2019-01-23 07:59:09 -08:00
parent 532ea9ccab
commit 50e7cc71b9
7 changed files with 21 additions and 4 deletions

View file

@ -14,6 +14,6 @@ requires-dist =
enum34; python_version<"3.4"
typing; python_version<"3.5"
configparser; python_version<"3.2"
pyflakes >= 2.0.0, < 2.1.0
pycodestyle >= 2.4.0, < 2.5.0
pyflakes >= 2.1.0, < 2.2.0
pycodestyle >= 2.5.0, < 2.6.0
mccabe >= 0.6.0, < 0.7.0