diff --git a/pyproject.toml b/pyproject.toml index b72a8018cc..6b875c1b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,6 +98,7 @@ exclude = ["/mkdocs/tests", "*.po", "*.pot", "babel.cfg"] [tool.hatch.build.hooks.custom] dependencies = [ "babel", + "setuptools; python_version >= '3.12'", ] [tool.hatch.env]