Files
helixnotebook/pyproject.toml

12 lines
228 B
TOML
Raw Permalink Normal View History

2026-04-01 10:12:58 +05:30
[project]
name = "helixnotebook"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ipython>=9.12.0",
2026-04-01 10:12:58 +05:30
"kitcat>=1.2.1",
"nbformat>=5.10.4",
2026-04-01 10:12:58 +05:30
]