initial commit

This commit is contained in:
2026-06-08 22:49:50 -07:00
commit f6a6681e16
40 changed files with 3026 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[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"