feat: initial commit

This commit is contained in:
Radu C. Martin 2025-04-11 08:57:10 +02:00
commit d3259551b2
10 changed files with 866 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[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",
"pydantic>=2.11.3",
"pydub>=0.25.1",
"pygame>=2.6.1",
"websockets >= 15.0.1",
"yt-dlp>=2025.3.31",
]