mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 02:35:18 -05:00
feat: Add analytics, incident, and alert models and APIs, along with user permissions and bulk profile lookups.
This commit is contained in:
@@ -23,7 +23,7 @@ dependencies = [
|
||||
# =============================================================================
|
||||
# Authentication & Security
|
||||
# =============================================================================
|
||||
"django-allauth>=65.3.0",
|
||||
"django-allauth>=65.9.0",
|
||||
"djangorestframework-simplejwt>=5.5.1",
|
||||
"pyjwt>=2.10.1",
|
||||
"cryptography>=44.0.0",
|
||||
@@ -80,6 +80,7 @@ dependencies = [
|
||||
"httpx>=0.28.1",
|
||||
"django-fsm-2>=4.1.0",
|
||||
"django-notifications-hq>=1.8.3",
|
||||
"deepdiff>=8.0.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user