mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +00:00
Add JupyterLab dependency to pyproject.toml
This commit is contained in:
parent
114544cc06
commit
19d5b7850a
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user