Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
update all libs not pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
monodo committed Nov 6, 2023
1 parent 3ddae77 commit 3e1c55a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
3 changes: 1 addition & 2 deletions geocity/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"axes.middleware.AxesMiddleware",
"allauth.account.middleware.AccountMiddleware",
"axes.middleware.AxesMiddleware",
]

if ENABLE_2FA:
Expand Down Expand Up @@ -479,7 +479,6 @@
SOCIALACCOUNT_EMAIL_VERIFICATION = None
ACCOUNT_SIGNUP_REDIRECT_URL = "submissions:submissions_list"
SOCIALACCOUNT_LOGIN_ON_GET = True
# Anticipate issues with upcoming 0.52.0 update
OAUTH_PKCE_ENABLED = False

BOOTSTRAP4 = {
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ django-tables2-column-shifter==2.2.0
django-taggit==5.0.1
# via -r requirements.in
django-two-factor-auth[phonenumbers]==1.14.0
# via -r requirements.in
# via
# -r requirements.in
# django-two-factor-auth
djangorestframework==3.14.0
# via
# -r requirements.in
Expand Down Expand Up @@ -184,7 +186,9 @@ psycopg2-binary==2.9.9
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via django-allauth
# via
# django-allauth
# pyjwt
pypng==0.20220715.0
# via qrcode
python-dateutil==2.8.2
Expand Down
9 changes: 7 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ django-tables2-column-shifter==2.2.0
django-taggit==5.0.1
# via -r requirements.txt
django-two-factor-auth[phonenumbers]==1.14.0
# via -r requirements.txt
# via
# -r requirements.txt
# django-two-factor-auth
djangorestframework==3.14.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -305,6 +307,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements.txt
# django-allauth
# pyjwt
pypng==0.20220715.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -365,7 +368,9 @@ sqlparse==0.4.4
stack-data==0.6.3
# via ipython
tablib[xlsx]==3.5.0
# via -r requirements.txt
# via
# -r requirements.txt
# tablib
tomli==2.0.1
# via
# build
Expand Down

0 comments on commit 3e1c55a

Please sign in to comment.