Skip to content

Commit 5ebb26a

Browse files
committed
Adding dev requirements for translation
1 parent a4c0bc1 commit 5ebb26a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ dependencies = [
2626

2727
[project.optional-dependencies]
2828
dev = [
29-
# for checking style rules
30-
"vale"
29+
# for general build workflows
30+
"nox",
31+
# for prose linting
32+
"vale",
33+
# for managing translation files
34+
"sphinx-intl",
3135
]
3236

3337
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)