mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20: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"
|
||||
license = {text = "custom"}
|
||||
readme = "README.md"
|
||||
dependencies = [
|
||||
"jupyterlab>=2.3.2",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/fastai/fastbook/tree/master/"
|
||||
@ -27,4 +30,4 @@ host = "github"
|
||||
audience = "Developers"
|
||||
language = "English"
|
||||
status = 2
|
||||
copyright = "fast.ai"
|
||||
copyright = "fast.ai"
|
||||
|
Loading…
Reference in New Issue
Block a user