demo version prepped

This commit is contained in:
2026-04-01 12:40:40 -04:00
parent d44e5f0ad1
commit ed319a6423
62 changed files with 8362 additions and 0 deletions

11
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi[standard]>=0.135.2",
"pydantic-settings>=2.13.1",
"requests>=2.32.5",
]