summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJack Mustacato <jmustacato@knights.ucf.edu>2017-10-27 15:05:23 -0400
committerJack Mustacato <jmustacato@knights.ucf.edu>2017-10-27 15:05:23 -0400
commit4fcbcccf381ce0987faa297173e4008b0490918f (patch)
tree78bc105229786958ff3ef465a1d7127681e079e1 /setup.py
parent678eb1d2f6bed650e0eac4cafb7d04928c84c4a2 (diff)
downloadflake8-4fcbcccf381ce0987faa297173e4008b0490918f.tar.gz
Update minumum pycodestyle version to 2.3.0
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 aa45e43..4833ff6 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ requires = [
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
"pyflakes >= 1.5.0, < 1.7.0",
- "pycodestyle >= 2.0.0, < 2.4.0",
+ "pycodestyle >= 2.3.0, < 2.4.0",
"mccabe >= 0.6.0, < 0.7.0",
"setuptools >= 30",
]