From fc153b27fce36d01f5d2ffb086a8e7bc19803fee Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sun, 10 Dec 2023 16:17:29 +0100 Subject: [PATCH] Babel no longer needs an install workaround --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03067692..b72a8018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ dependencies = [ [project.optional-dependencies] i18n = [ "babel >=2.9.0", - "setuptools; python_version >= '3.12'" # Workaround: babel doesn't declare its dependency ] min-versions = [ "click ==7.0", @@ -99,7 +98,6 @@ exclude = ["/mkdocs/tests", "*.po", "*.pot", "babel.cfg"] [tool.hatch.build.hooks.custom] dependencies = [ "babel", - "setuptools; python_version >= '3.12'" # Workaround: babel doesn't declare its dependency ] [tool.hatch.env]