Files
rise-cook/pyproject.toml
Acid a38fca1cfe modified: pyproject.toml
modified:   uv.lock
2025-12-05 00:17:06 -05:00

11 lines
201 B
TOML

[project]
name = "rice-cook"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gitpython>=3.1.44",
"rich>=14.0.0",
]