a38fca1cfe
modified: uv.lock
11 lines
201 B
TOML
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",
|
|
]
|