Skip to content

Commit 628ee94

Browse files
committed
Add extra requirement for the new idpy-oidc based backend
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent aeaea94 commit 628ee94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"ldap": ["ldap3"],
3232
"pyop_mongo": ["pyop[mongo]"],
3333
"pyop_redis": ["pyop[redis]"],
34+
"idpy_oidc_backend": ["idpyoidc >= 2.1.0"],
3435
},
3536
zip_safe=False,
3637
classifiers=[

0 commit comments

Comments
 (0)