CC229_Marimo_Demo / pyproject.toml
computerscience-person's picture
Make uv manage `requirements.txt` with `pyproject.toml`.
a5f640f
raw
history blame
187 Bytes
[project]
name = "cc229-marimo-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"marimo>=0.10.16",
]