14 lines
280 B
TOML
14 lines
280 B
TOML
[project]
|
|
name = "nutrihelper"
|
|
version = "0.1.0"
|
|
description = "a tool for building recipes with nutrition info"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mealie-client>=0.1.3",
|
|
"usda_fdc"
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
usda_fdc = { path = "./usda_fdc_python" }
|