feat: convert to uv project

This commit is contained in:
Himadri Bhattacharjee
2026-04-01 10:12:58 +05:30
parent e2832cbe6c
commit d3c4dbca3e
9 changed files with 428 additions and 22 deletions

9
pyproject.toml Normal file
View File

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