Pin pysaml2 version to 3.x

This is due to the fact that `from saml2 import config` fails in version
4.x
pull/4/merge
Erik Johnston 10 years ago
parent 158a322e82
commit 07cf96ebf7
  1. 2
      synapse/python_dependencies.py

@ -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…
Cancel
Save