summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-29 18:42:17 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-29 19:15:09 -0800
commit30e3545722dd2525005bbef59511bf9968c359f7 (patch)
treed15efb2a63f5b74d202611bd09629ee4d58d21d3 /setup.py
parent55ea9fec17b5b722c9cc881b36dc815d926eebcc (diff)
downloadflake8-30e3545722dd2525005bbef59511bf9968c359f7.tar.gz
Upgrade entrypoints and sync with setup.cfg
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 928a18c..f723716 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ requires = [
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
- "entrypoints >= 0.2.3, < 0.3.0",
+ "entrypoints >= 0.3.0, < 0.4.0",
"pyflakes >= 2.1.0, < 2.2.0",
"pycodestyle >= 2.5.0, < 2.6.0",
"mccabe >= 0.6.0, < 0.7.0",