Pin pysaml2 version to 3.x

This is due to the fact that `from saml2 import config` fails in version
4.x
This commit is contained in:
Erik Johnston 2016-03-09 11:54:56 +00:00
parent 158a322e82
commit 07cf96ebf7

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