0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-09 19:33:34 +02:00

Merge pull request #634 from matrix-org/erikj/pin_saml2_version

Pin pysaml2 version to 3.x
This commit is contained in:
Erik Johnston 2016-03-09 11:57:33 +00:00
commit 1309b8ca97

View file

@ -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 = {