python313Packages.django-allauth: add idp-oidc to optional-dependencies (#426230)

authored by Martin Weinelt and committed by GitHub 751c64a7 f1405cac

+5
+5
pkgs/development/python-modules/django-allauth/default.nix
··· 17 18 # optional-dependencies 19 fido2, 20 python3-openid, 21 python3-saml, 22 requests, ··· 67 ''; 68 69 optional-dependencies = { 70 mfa = [ 71 fido2 72 qrcode
··· 17 18 # optional-dependencies 19 fido2, 20 + oauthlib, 21 python3-openid, 22 python3-saml, 23 requests, ··· 68 ''; 69 70 optional-dependencies = { 71 + idp-oidc = [ 72 + oauthlib 73 + pyjwt 74 + ] ++ pyjwt.optional-dependencies.crypto; 75 mfa = [ 76 fido2 77 qrcode