Merge branch 'entrypoints_bump' into 'master'

Upgrade entrypoints and sync with setup.cfg

See merge request pycqa/flake8!288
This commit is contained in:
Anthony Sottile 2019-01-30 03:32:13 +00:00
commit aac019fdc4
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ requires-dist =
enum34; python_version<"3.4"
typing; python_version<"3.5"
configparser; python_version<"3.2"
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

View file

@ -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",