[pyproject/doc] adding optional dependencies

This commit is contained in:
wendtalexander 2025-10-19 10:10:59 +02:00
parent f61ec41884
commit 2748c12266

View File

@ -18,6 +18,9 @@ oephys2nix = "oephys2nix.main:app"
[project.optional-dependencies]
docs = [
"jupyter>=1.1.1",
"jupyterlab>=4.4.9",
"plotly>=6.3.1",
"quartodoc>=0.11.1",
]