From de33a782144f8d46c301012a4ca88dc9ffaddeed Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 15 Feb 2024 22:00:29 +0000 Subject: [PATCH] fix dependencies --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b30a1026..9fb7a33c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,14 +15,18 @@ include-package-data = false [project.optional-dependencies] dev = [ - "black", - "mypy", + "copier", + "myst-parser", "pipdeptree", "pre-commit", "pydata-sphinx-theme>=0.12", + "pyright", "pytest", "pytest-cov", "ruff", + "sphinx-autobuild", + "sphinx-copybutton", + "sphinx-design", "tox-direct", "types-mock", ]