Add JupyterLab dependency to pyproject.toml

This commit is contained in:
Paco Cordobes 2024-11-10 15:17:43 +00:00
parent 114544cc06
commit 19d5b7850a
2 changed files with 727 additions and 813 deletions

View File

@ -9,6 +9,9 @@ keywords = ["jupyter", "notebook", "asciidoc"]
requires-python = ">=3.6" requires-python = ">=3.6"
license = {text = "custom"} license = {text = "custom"}
readme = "README.md" readme = "README.md"
dependencies = [
"jupyterlab>=2.3.2",
]
[project.urls] [project.urls]
Homepage = "https://github.com/fastai/fastbook/tree/master/" Homepage = "https://github.com/fastai/fastbook/tree/master/"
@ -27,4 +30,4 @@ host = "github"
audience = "Developers" audience = "Developers"
language = "English" language = "English"
status = 2 status = 2
copyright = "fast.ai" copyright = "fast.ai"

1535
uv.lock

File diff suppressed because it is too large Load Diff