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",