This commit is contained in:
2026-02-22 20:27:16 +01:00
commit 0d55e301a5
8 changed files with 468 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "ytdlp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.131.0",
"uvicorn[standard]>=0.41.0",
"yt-dlp>=2026.2.21",
]