Merge pull request #786 from rjmidau/oidc

Add requirements for OIDC SSO
This commit is contained in:
Tobias Genannt 2022-07-19 13:58:48 +02:00 committed by GitHub
commit e62fedbd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ django-auth-ldap==4.1.0
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.12.3
napalm==4.0.0
psycopg2==2.9.3
social-auth-core[openidconnect]==4.3.0
ruamel.yaml==0.17.21