Skip to content

Commit 2884494

Browse files
committed
deps: Adding sphinx-autobuild and pdbpp as dev dependencies
1 parent 08d93ce commit 2884494

2 files changed

Lines changed: 109 additions & 1 deletion

File tree

poetry.lock

Lines changed: 107 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ruff = "^0.0.220"
4040
pre-commit = "^2.21.0"
4141
mypy = "^0.991"
4242
black = "^22.12.0"
43+
pdbpp = "^0.10.3"
4344

4445
[tool.poetry.group.docs.dependencies]
4546
Sphinx = "4.5.0"
@@ -48,6 +49,7 @@ myst-parser = "^0.18.1"
4849
sphinx-gallery = "^0.11.1"
4950
jupyterlite-sphinx = "^0.7.2"
5051
pillow = "^9.4.0"
52+
sphinx-autobuild = "^2021.3.14"
5153

5254
[build-system]
5355
requires = ["poetry-core"]

0 commit comments

Comments
 (0)