Files
youtube-microservice/pyproject.toml

15 lines
332 B
TOML

[project]
name = "youtube-microservice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"boto3>=1.42.52",
"fastapi[standard]>=0.129.0",
"httpx[http2]>=0.28.1",
"python-dotenv>=1.2.1",
"tqdm>=4.67.3",
"yt-dlp[default]>=2026.2.4",
]