Files
ytrecap/pyproject.toml
T
Frank Schwenk 3f1da92cf4 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>
2026-06-16 15:49:24 +02:00

25 lines
544 B
TOML

[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"]