mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 18:30:44 +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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user