11 lines
209 B
TOML
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",
|
|
]
|