We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7622e69 commit b08ec09Copy full SHA for b08ec09
template/pyproject.toml.jinja
@@ -23,23 +23,18 @@ requires-python = ">=3.7"
23
[project.optional-dependencies]
24
dev = [
25
"copier",
26
- {% if sphinx %}
27
- "myst-parser",
28
- {% endif %}
29
- "pipdeptree",
+ {% if sphinx %}"myst-parser",
+ {% endif %}"pipdeptree",
30
"pre-commit",
31
32
- "pydata-sphinx-theme>=0.12",
33
34
- "pyright",
+ {% if sphinx %}"pydata-sphinx-theme>=0.12",
+ {% endif %}"pyright",
35
"pytest",
36
"pytest-cov",
37
"ruff",
38
+ {% if sphinx %}"sphinx-autobuild",
39
"sphinx-copybutton",
40
"sphinx-design",
41
42
- "tox-direct",
+ {% endif %}"tox-direct",
43
"types-mock",
44
]
45
0 commit comments