Files
helixnotebook/pyproject.toml
2026-04-02 17:14:58 +05:30

12 lines
228 B
TOML

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