Skip to content

Commit 9e33de5

Browse files
authored
Merge pull request #91 from python-project-templates/tkp/deps
Remove optional extensions
2 parents 9ceae49 + 35c2f4f commit 9e33de5

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pyproject.toml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,22 @@ dependencies = [
4444
"sphinx-reredirects",
4545
"toml",
4646
"typer",
47-
# Extensions
48-
"breathe>=4.35.0",
49-
"sphinx-rust",
50-
"sphinx-js>=5.0.0",
51-
"sphinx-markdown-builder>=0.6.9",
5247
]
5348

5449
[project.optional-dependencies]
5550
breathe = [
5651
"breathe>=4.35.0",
5752
]
58-
sphinx-rust = [
53+
rust = [
5954
"sphinx-rust",
6055
]
56+
js = [
57+
"sphinx-js>=5.0.0",
58+
]
59+
wiki = [
60+
"sphinx-markdown-builder>=0.6.9",
61+
62+
]
6163
develop = [
6264
"build",
6365
"bump-my-version",
@@ -73,6 +75,11 @@ develop = [
7375
"ty",
7476
"uv",
7577
"wheel",
78+
# Extensions
79+
"breathe>=4.35.0",
80+
"sphinx-rust",
81+
"sphinx-js>=5.0.0",
82+
"sphinx-markdown-builder>=0.6.9",
7683
]
7784

7885
[project.scripts]

0 commit comments

Comments
 (0)