feat: initial basic app to prove display of API (animal) data

This commit is contained in:
Lance Edgar 2026-02-03 19:34:35 -06:00
parent 54ff9d5d83
commit e0f91417cb
23 changed files with 950 additions and 40 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaFarm"
version = "0.0.0"
description = "Web app to expose / extend farmOS"
description = "Web app to integrate with and extend farmOS"
readme = "README.md"
authors = [
{name = "Lance Edgar", email = "lance@wuttaproject.org"}
@ -29,8 +29,9 @@ classifiers = [
]
license = {text = "GNU General Public License v3"}
dependencies = [
"psycopg2",
"WuttaWeb[continuum]",
"farmOS",
"psycopg2",
"WuttaWeb[continuum]",
]