refactor: pkg_resources -> importlib.metadata (#24514)

This commit is contained in:
cwegener
2023-06-28 22:25:50 +00:00
committed by GitHub
parent 1e7ee8c4ad
commit f1b003f109
4 changed files with 7 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ setup(
"hashids>=1.3.1, <2",
"holidays>=0.23, <0.24",
"humanize",
"importlib_metadata",
"isodate",
"Mako>=1.2.2",
"markdown>=3.0",