From 1451fb3f2cbc70420982e5b1f3ea7c25ec409f01 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 9 Apr 2024 16:38:35 +0200 Subject: [PATCH] Babel setuptools frontend is still used in the install hook --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]