chadbook/pyproject.toml

9 lines
230 B
TOML

[project]
name = "chadbook"
version = "0.1.0"
description = "minimal jupyter notebook boilerplate with uv"
requires-python = ">=3.11"
dependencies = ["jupyter", "marimo", "anywidget", "traitlets"]
[tool.uv]
dev-dependencies = []