py-dj/pyproject.toml
2025-04-15 15:12:25 +02:00

16 lines
353 B
TOML

[project]
name = "py-dj"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.12",
"pandas>=2.2.3",
"pydantic>=2.11.3",
"pydub>=0.25.1",
"pygame>=2.6.1",
"websockets >= 15.0.1",
"yt-dlp>=2025.3.31",
"ytmusicapi>=1.10.3",
]