Add playlist loading feature and integrate YouTube API for playlist generation

This commit is contained in:
Edgar P. Burkhart 2025-06-14 11:49:04 +02:00
parent 95969b897b
commit 094c5c104d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 230 additions and 39 deletions

View file

@ -5,6 +5,7 @@ description = "Le jeu de Musik."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"celery>=5.5.3",
"django>=5.2.3",
"google-api-python-client>=2.172.0",
"google-auth>=2.40.3",