Add API for Twitch data

This commit is contained in:
Joakim Hellsén 2026-05-05 05:01:48 +02:00
commit e960b09084
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
18 changed files with 1526 additions and 1 deletions

View file

@ -12,7 +12,9 @@ dependencies = [
"django-celery-beat",
"django-celery-results",
"django-debug-toolbar",
"django-ninja",
"django-silk",
"django-zeal",
"django",
"flower",
"gunicorn",
@ -31,7 +33,6 @@ dependencies = [
"setproctitle",
"sitemap-parser",
"tqdm",
"django-zeal>=2.1.0",
]