forked from orbit-oss/flask
cli: use importlib.metadata instead of pkg_resources
This commit is contained in:
parent
fdac8a5404
commit
751d85f3de
3 changed files with 15 additions and 6 deletions
|
|
@ -35,6 +35,8 @@ Unreleased
|
|||
or ``AppContext.g`` instead. :issue:`3898`
|
||||
- ``copy_current_request_context`` can decorate async functions.
|
||||
:pr:`4303`
|
||||
- Replace the previously undocumented ``setuptools`` dependency in the CLI
|
||||
with ``importlib.metadata``. :issue:`4419`
|
||||
|
||||
|
||||
Version 2.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue