Skip to content

Commit 27d4683

Browse files
committed
Add dependencies for CI testing.
1 parent 3bc4687 commit 27d4683

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ dev = [
3232
"pylint", # test pylint in unit tests
3333
"pytest-copie", # Used to create hydrated copier projects for testing
3434
"tox", # Used to run tests in multiple environments
35+
## Dependencies that are needed to test hydrated projects:
36+
"ipykernel",
37+
"ipython",
38+
"jupyter",
39+
"jupytext",
40+
"mypy",
41+
"nbconvert",
42+
"nbsphinx",
43+
"pre-commit",
44+
"ruff",
45+
"sphinx",
46+
"sphinx-autoapi",
47+
"sphinx-copybutton",
48+
"sphinx-rtd-theme",
3549
]
3650

3751
[build-system]

0 commit comments

Comments
 (0)