From 192232065faf0e158bc94fc8114a4387e28920f9 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Sun, 8 Sep 2024 17:27:10 +0200 Subject: [PATCH] Replace types-pkg_resources with types-setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc4f70471..346df00a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,8 +61,8 @@ lint = [ "isort", "mypy", "pyupgrade", - "types-pkg_resources", "types-requests", + "types-setuptools", ] test = [ "pytest",