Skip to content

Commit

Permalink
Add django extras to simple openid connect
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Feb 5, 2024
1 parent 979544f commit b53e9e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Django = "<5.1"
django-widget-tweaks = "<1.5"
django-datetime-widget = "<0.10"
djangorestframework = "<3.15"
simple-openid-connect = "<0.6"
simple-openid-connect = { version = "<0.6", extras = ["django"] }

[dev-packages]

Expand Down
14 changes: 8 additions & 6 deletions Pipfile.lock

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

0 comments on commit b53e9e5

Please sign in to comment.