Files
helixnotebook/pyproject.toml
Himadri Bhattacharjee d3c4dbca3e feat: convert to uv project
2026-04-01 10:12:58 +05:30

10 lines
181 B
TOML

[project]
name = "helixnotebook"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"kitcat>=1.2.1",
]