Pin pysaml2 version to 3.x
This is due to the fact that `from saml2 import config` fails in version 4.xpull/634/head
parent
158a322e82
commit
07cf96ebf7
|
@ -34,7 +34,7 @@ REQUIREMENTS = {
|
|||
"pydenticon": ["pydenticon"],
|
||||
"ujson": ["ujson"],
|
||||
"blist": ["blist"],
|
||||
"pysaml2": ["saml2"],
|
||||
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
|
||||
"pymacaroons-pynacl": ["pymacaroons"],
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
|
|
Loading…
Reference in New Issue