mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 02:35:18 -05:00
feat: Implement a new notifications application, add admin API views for dashboard metrics, introduce scheduled tasks, and update API routing and project configurations.
This commit is contained in:
@@ -24,7 +24,6 @@ dependencies = [
|
||||
# Authentication & Security
|
||||
# =============================================================================
|
||||
"django-allauth>=65.3.0",
|
||||
"dj-rest-auth>=7.0.0",
|
||||
"djangorestframework-simplejwt>=5.5.1",
|
||||
"pyjwt>=2.10.1",
|
||||
"cryptography>=44.0.0",
|
||||
@@ -58,7 +57,6 @@ dependencies = [
|
||||
# Database & History Tracking
|
||||
# =============================================================================
|
||||
"django-pghistory>=3.5.2",
|
||||
"django-fsm>=2.8.1",
|
||||
"django-fsm-log>=3.1.0",
|
||||
# =============================================================================
|
||||
# Monitoring & Observability
|
||||
@@ -79,6 +77,9 @@ dependencies = [
|
||||
"django-turnstile>=0.1.2",
|
||||
"fido2>=2.0.0",
|
||||
"qrcode[pil]>=8.2",
|
||||
"httpx>=0.28.1",
|
||||
"django-fsm-2>=4.1.0",
|
||||
"django-notifications-hq>=1.8.3",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user