feat: Implement core support ticket system with WebSocket notifications

This commit is contained in:
poduck
2025-11-28 04:46:29 -05:00
parent 640961904e
commit 3761480d68
25 changed files with 747 additions and 1 deletions

View File

@@ -168,6 +168,8 @@ requires-python = "==3.13.*"
dependencies = [
"argon2-cffi==25.1.0",
"celery==5.5.3",
"channels==4.0.0",
"channels-redis==4.1.0",
"crispy-bootstrap5==2025.6",
"django==5.2.8",
"django-allauth[mfa]==65.13.1",