Initial commit
App works locally. No intention to bring this live.
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user