diff --git a/pyproject.toml b/pyproject.toml index b2796e7c..1beb665f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,6 +114,11 @@ dependencies = [ "sphinx-copybutton>=0.5.2", "sphinx-autobuild", "Sphinx>=7.2.6", + "furo>=2023.9.10", + "myst-parser>=2.0.0", + "moto>=4.2.8", + "nbformat", + "entrypoints" ] [tool.hatch.envs.docs.scripts]