summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-21 11:36:28 +0100
committerErik Johnston <erik@matrix.org>2016-06-21 11:36:28 +0100
commitcdd379b6df4f9eb3cbfaae2b576538d3d23d38d6 (patch)
treef2d23407520bceecc8b36d59da0368dac4e0b980 /synapse/python_dependencies.py
parentAlways include tags (diff)
downloadsynapse-cdd379b6df4f9eb3cbfaae2b576538d3d23d38d6.tar.xz
Use msgpack for shorter tokens
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 e0a7a19777..ca49645e90 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"], + "msgpack": ["msgpack"], } CONDITIONAL_REQUIREMENTS = { "web_client": {