Files
sfxkeeb/pyproject.toml
T
2026-06-08 22:49:50 -07:00

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"