9 lines
194 B
TOML
9 lines
194 B
TOML
[project]
|
|
name = "chadbook"
|
|
version = "0.1.0"
|
|
description = "minimal jupyter notebook boilerplate with uv"
|
|
requires-python = ">=3.11"
|
|
dependencies = ["jupyter"]
|
|
|
|
[tool.uv]
|
|
dev-dependencies = []
|