Permit pycodestyle 2.1.x to be used

This commit is contained in:
Alex Gaynor 2016-11-05 11:24:38 -04:00 committed by GitHub
parent 9553c8d8cc
commit a56f665110

View file

@ -16,7 +16,7 @@ tests_require = ['mock', 'pytest']
requires = [
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",
"pycodestyle >= 2.0.0, < 2.1.0",
"pycodestyle >= 2.0.0, < 2.2.0",
"mccabe >= 0.5.0, < 0.6.0",
]