feat: add Goldfish Recap YouTube summary PWA
YouTube subtitles via OpenRouter become persistent, shareable recaps with timestamp jump links, PIN-protected creation, and Traefik deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[project]
|
||||
name = "ytrecap"
|
||||
version = "1.0.0"
|
||||
description = "Goldfish Recap — YouTube-Untertitel zu witzigen Recaps mit Sprungmarken"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.115",
|
||||
"uvicorn[standard]>=0.30",
|
||||
"aiosqlite>=0.20",
|
||||
"pydantic-settings>=2.2",
|
||||
"python-dotenv>=1.0",
|
||||
"pyjwt>=2.9",
|
||||
"httpx>=0.27",
|
||||
"youtube-transcript-api>=1.0",
|
||||
"yt-dlp>=2024.1",
|
||||
"pydantic>=2.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=70", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["server"]
|
||||
Reference in New Issue
Block a user