Skip to content

Commit

Permalink
master: fix missing JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Jun 3, 2024
1 parent cbd3d5d commit 7ca43de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
django = "==5.0.6"
django-debug-toolbar = "==4.4.2"
django-environ = "==0.11.2"
django-allauth = "==0.63.3"
django-allauth = {extras = ["socialaccount"], version = "==0.63.3"}
django-widget-tweaks = "==1.5.0"
django-recaptcha = "==4.0.0"
pillow = "==10.3.0"
Expand All @@ -21,5 +21,5 @@ psycopg = {extras = ["binary"], version = "==3.1.19"}
django-stubs = "==5.0.2"

[dev-packages]
bumpver = "==2023.1129"
bumpver = "*"
pre-commit = "==3.6.0"
23 changes: 21 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ca43de

Please sign in to comment.