diff options
author | Niklas Riekenbrauck <nikriek@gmail.com> | 2016-03-28 21:33:40 +0200 |
---|---|---|
committer | Niklas Riekenbrauck <niklas@dubsmash.com> | 2016-03-29 14:36:36 +0200 |
commit | 3f9948a069498e9966166a0fa581bdbf872d4ad3 (patch) | |
tree | f42e1f7c81c175f24085d8e4dbf410530d80363c /synapse/python_dependencies.py | |
parent | Merge pull request #668 from matrix-org/markjh/deduplicate (diff) | |
download | synapse-3f9948a069498e9966166a0fa581bdbf872d4ad3.tar.xz |
Add JWT support
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 0a6043ae8d..cf1414b4db 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -36,6 +36,7 @@ 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": { |