mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Babel no longer needs an install workaround
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user