Skip to content

Commit

Permalink
Merge pull request #824 from azmeuk/babel-dep
Browse files Browse the repository at this point in the history
fix babel 2.14 compatibility
  • Loading branch information
azmeuk authored Jan 6, 2024
2 parents e737a6c + 355bf65 commit 432cba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ artifacts = ["src/wtforms/locale/**/*.mo"]

[tool.hatch.build.hooks.custom]
dependencies = [
"Babel>=2.6.0"
"Babel>=2.6.0",
"setuptools; python_version>='3.12'",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 432cba6

Please sign in to comment.