initial commit, messing around
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user