summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-11-05 11:24:38 -0400
committerGitHub <noreply@github.com>2016-11-05 11:24:38 -0400
commita56f6651107bb617e08c9500ee1034a6a79d8034 (patch)
treeec54fcfb3632d82484cc00fba8d8390573bb6a35 /setup.py
parent9553c8d8ccf54221153f498e28297d9cc74ca12d (diff)
downloadflake8-a56f6651107bb617e08c9500ee1034a6a79d8034.tar.gz
Permit pycodestyle 2.1.x to be used
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 08335a5..ed5aeb1 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
]