summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-29 16:31:42 +0100
committerErik Johnston <erik@matrix.org>2016-03-29 16:31:42 +0100
commitf5bf45a2e59ced3c1413e7e14328eb665b6ecefb (patch)
treef42e1f7c81c175f24085d8e4dbf410530d80363c /synapse/python_dependencies.py
parentMerge pull request #668 from matrix-org/markjh/deduplicate (diff)
parentAdd JWT support (diff)
downloadsynapse-f5bf45a2e59ced3c1413e7e14328eb665b6ecefb.tar.xz
Merge pull request #671 from nikriek/jwt-support
Support login using Javascript Web Tokens (JWT)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py1
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": {