fastbook/pyproject.toml

43 lines
975 B
TOML

[project]
name = "fastbook"
version = "0.0.1"
description = "fastbook"
authors = [
{name = "Jeremy Howard and Sylvain Gugger", email = "info@fast.ai"}
]
keywords = ["jupyter", "notebook", "asciidoc"]
requires-python = ">=3.6"
license = {text = "custom"}
readme = "README.md"
dependencies = [
"azure-cognitiveservices-search-imagesearch>=2.0.1",
"fastai==2.7.18",
"graphviz>=0.20.3",
"ipywidgets>=8.1.5",
"jupyterlab>=2.3.2",
"nbdev>=2.3.31",
]
[project.urls]
Homepage = "https://github.com/fastai/fastbook/tree/master/"
Documentation = "https://fastai.github.io/fastbook/"
[tool.nbdev]
nbs_path = "."
doc_path = "docs"
lib_path = "fastbook"
git_url = "https://github.com/fastai/fastbook/tree/master/"
branch = "master"
custom_sidebar = false
doc_host = "https://fastai.github.io"
doc_baseurl = "/fastbook/"
host = "github"
audience = "Developers"
language = "English"
status = 2
copyright = "fast.ai"
[tool.setuptools]
packages = ["fastbook"]