Skip to content

Commit de33a78

Browse files
committed
fix dependencies
1 parent 027ab70 commit de33a78

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
@@ -15,14 +15,18 @@ include-package-data = false
1515

1616
[project.optional-dependencies]
1717
dev = [
18-
"black",
19-
"mypy",
18+
"copier",
19+
"myst-parser",
2020
"pipdeptree",
2121
"pre-commit",
2222
"pydata-sphinx-theme>=0.12",
23+
"pyright",
2324
"pytest",
2425
"pytest-cov",
2526
"ruff",
27+
"sphinx-autobuild",
28+
"sphinx-copybutton",
29+
"sphinx-design",
2630
"tox-direct",
2731
"types-mock",
2832
]

0 commit comments

Comments
 (0)