Skip to content

Commit

Permalink
Pin allauth due to template changes (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored Nov 13, 2023
1 parent f47d405 commit 7dee4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ classifiers = [
]

dependencies = [
"django-allauth>=0.53.0",
# Pinned to due to backward-incompatible template changes in 0.58.0.
"django-allauth>=0.53.0,<0.58.0",
"django-otp>=1.2.0",
"django>=4.1",
"qrcode>=5.3",
Expand Down

0 comments on commit 7dee4e8

Please sign in to comment.