17 lines
377 B
TOML
17 lines
377 B
TOML
[project]
|
|
name = "sfxkeeb"
|
|
version = "0.1.0"
|
|
description = "Video keyboard SFX annotator with timeline editing and audio export"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"fastapi>=0.128.8",
|
|
"pydantic>=2.13.4",
|
|
"pydub>=0.25.1",
|
|
"python-multipart>=0.0.20",
|
|
"uvicorn[standard]>=0.39.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
sfxkeeb = "backend.main:run"
|