Files
Tafa/pyproject.toml
Philipp Ludewig de3ab5d2a6 Initial commit
App works locally. No intention to bring this live.
2026-04-23 16:35:12 -04:00

11 lines
209 B
TOML

[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",
]