Initial commit

App works locally. No intention to bring this live.
This commit is contained in:
2026-04-23 16:35:12 -04:00
commit de3ab5d2a6
12 changed files with 1975 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "tafa"
version = "0.1.0"
description = "Local photo triage tool"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=25.1.0",
"fastapi>=0.136.0",
"uvicorn[standard]>=0.45.0",
]