Skip to content

Commit

Permalink
HP-441 Remove allauth from requirements
Browse files Browse the repository at this point in the history
Additionally, remove duplicate pyjwt entry and install optional crypto
dependencies with PyJWT. It's only "cryptography" which is already in
requirements, but the "crypto" makes it explicit that we need
cryptography with PyJWT.
  • Loading branch information
mikkokeskinen committed Aug 17, 2023
1 parent 00357c0 commit e1209fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 1 addition & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ django-cors-headers
# https://github.com/juanifioren/django-oidc-provider/pull/389
git+https://github.com/City-of-Helsinki/django-oidc-provider.git@745b7ebf
djangorestframework>=3.10
pyjwt
django-helusers
django-allauth
django-bootstrap3
psycopg2
--no-binary psycopg2
raven
PyJWT
PyJWT[crypto]
cryptography
django-npm
libsass
Expand Down
13 changes: 2 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ deprecated==1.2.13
django==3.2.19
# via
# -r requirements.in
# django-allauth
# django-appconf
# django-cors-headers
# django-crequest
Expand All @@ -45,8 +44,6 @@ django==3.2.19
# django-translation-checker
# djangorestframework
# drf-oidc-auth
django-allauth==0.44.0
# via -r requirements.in
django-appconf==1.0.5
# via django-compressor
django-bootstrap3==10.0.1
Expand Down Expand Up @@ -137,16 +134,13 @@ pyjwkest==1.4.0
pyjwt[crypto]==2.4.0
# via
# -r requirements.in
# django-allauth
# social-auth-core
python-jose==3.3.0
# via
# -r requirements.in
# social-auth-core
python3-openid==3.1.0
# via
# django-allauth
# social-auth-core
# via social-auth-core
python3-saml==1.9.0
# via
# -r requirements.in
Expand All @@ -161,17 +155,14 @@ requests==2.31.0
# via
# -r requirements.in
# coreapi
# django-allauth
# django-helusers
# django-oauth-toolkit
# geoip2
# pyjwkest
# requests-oauthlib
# social-auth-core
requests-oauthlib==1.0.0
# via
# django-allauth
# social-auth-core
# via social-auth-core
rjsmin==1.1.0
# via django-compressor
rsa==4.7.2
Expand Down

0 comments on commit e1209fe

Please sign in to comment.