Skip to content

Commit

Permalink
Applied allauth update from #1334
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Jun 3, 2024
1 parent 5594e62 commit a5382c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gateway/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"rest_framework.authtoken",
"rest_framework_simplejwt",
"allauth",
"allauth.socialaccount",
"api",
"psycopg2",
"drf_yasg",
Expand Down
2 changes: 1 addition & 1 deletion gateway/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
djangorestframework>=3.14.0
django-allauth>=0.58.2
django-allauth[socialaccount]>=0.61.1
django-allow-cidr>=0.7.1
dj-rest-auth>=5.0.2
django-csp>=3.8
Expand Down

0 comments on commit a5382c3

Please sign in to comment.