Skip to content

Commit

Permalink
auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Feb 22, 2024
1 parent e233275 commit eb8b9e3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ djangorestframework
django-environ
django-behaviors
django-cors-headers
django-oauth-toolkit

psycopg2-binary
uritemplate
Expand Down
25 changes: 25 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,53 @@ asgiref==3.7.2
# via
# django
# django-cors-headers
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
# via jwcrypto
django==5.0.2
# via
# -r requirements.in
# django-cors-headers
# django-oauth-toolkit
# djangorestframework
django-behaviors==0.5.1
# via -r requirements.in
django-cors-headers==4.3.1
# via -r requirements.in
django-environ==0.11.2
# via -r requirements.in
django-oauth-toolkit==2.3.0
# via -r requirements.in
djangorestframework==3.14.0
# via -r requirements.in
idna==3.6
# via requests
jwcrypto==1.5.4
# via django-oauth-toolkit
oauthlib==3.2.2
# via django-oauth-toolkit
psycopg2-binary==2.9.9
# via -r requirements.in
pycparser==2.21
# via cffi
pytz==2024.1
# via djangorestframework
pyyaml==6.0.1
# via -r requirements.in
requests==2.31.0
# via django-oauth-toolkit
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via jwcrypto
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.2.1
# via requests
whitenoise==6.6.0
# via -r requirements.in
1 change: 1 addition & 0 deletions src/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"rest_framework",
"whitenoise",
"corsheaders",
"oauth2_provider",
]

INSTALLED_APPS = INTERNAL_APPS + THIRD_PARTY_APPS
Expand Down

0 comments on commit eb8b9e3

Please sign in to comment.