Babel no longer needs an install workaround

This commit is contained in:
Oleh Prypin
2023-12-10 16:17:29 +01:00
parent f8e5ff1e76
commit fc153b27fc

View File

@@ -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]