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 3bc4687 commit 27d4683Copy full SHA for 27d4683
1 file changed
pyproject.toml
@@ -32,6 +32,20 @@ dev = [
32
"pylint", # test pylint in unit tests
33
"pytest-copie", # Used to create hydrated copier projects for testing
34
"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",
49
]
50
51
[build-system]
0 commit comments