Remove deprecated usage pkg_resources (#103)

List entry points using importlib.metadata (Python >=3.10) or
importlib-metadata>=3.6 (Python < 3.10)
This commit is contained in:
Rémy Pecqueur
2023-08-01 02:33:31 +02:00
committed by GitHub
parent 7fb7fca176
commit a08ef61ba5
3 changed files with 17 additions and 12 deletions
+1
View File
@@ -60,6 +60,7 @@ django-q-rollbar = {version = ">=0.1", optional = true}
django-q-sentry = {version = ">=0.1", optional = true}
redis = {version = "^4.3.4", optional = true}
setproctitle = {version = "^1.3.2", optional = true}
importlib-metadata = {version = ">=3.6", python = "<3.10"}
[tool.poetry.dev-dependencies]