mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python: replace pkg_resources with importlib.metadata
Use of pkg_resources is discouraged in favor of importlib.resources, importlib.metadata, and their backports.
This commit is contained in:
committed by
Robert Schütz
parent
999a9550f5
commit
d3f4654d4b
@@ -21,6 +21,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
"cffi>=1.0.0",
|
||||
"imap-tools",
|
||||
"importlib_metadata;python_version<'3.8'",
|
||||
"pluggy",
|
||||
"requests",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user