Skip to content

Commit

Permalink
master: use django-oauth-toolkit from git
Browse files Browse the repository at this point in the history
jazzband/django-oauth-toolkit#1311 was merged,
but still not released. We would like to use it, so...
  • Loading branch information
gardenerik committed Dec 16, 2023
1 parent 2dadd2b commit cd70625
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 228 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ django-environ = "==0.11.2"
django-allauth = "==0.57.0"
django-widget-tweaks = "==1.4.12"
django-recaptcha = "==3.0.0"
django-oauth-toolkit = "==2.3.0"
pillow = "==10.0.0"
django-cleanup = "==8.0.0"
python-ulid = "==1.1.0"
gunicorn = "==21.2.0"
sentry-sdk = "==1.31.0"
django-probes = "==1.7.0"
django-oauth-toolkit = {git = "git+https://github.com/jazzband/django-oauth-toolkit.git@a1883bb"}

[dev-packages]
bumpver = "==2023.1126"
Expand Down
Loading

0 comments on commit cd70625

Please sign in to comment.