Make pyjwt dependency optional

This commit is contained in:
Erik Johnston 2016-04-25 14:30:15 +01:00
parent c3f8dbf6b5
commit 52ecbc2843
3 changed files with 23 additions and 7 deletions

View file

@ -36,7 +36,6 @@ REQUIREMENTS = {
"blist": ["blist"],
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
"pymacaroons-pynacl": ["pymacaroons"],
"pyjwt": ["jwt"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {