summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-15 09:08:57 +0100
committerErik Johnston <erik@matrix.org>2016-09-15 09:08:57 +0100
commit4f181f361d94311971231e699f45fd00472022e6 (patch)
tree8ddd78f51178a034abf7f1324d24d425da36964d /synapse/python_dependencies.py
parentCalculate the public room list from a stream_ordering (diff)
downloadsynapse-4f181f361d94311971231e699f45fd00472022e6.tar.xz
Accept optional token to public room list
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 86e3d89154..b9e41770ee 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-python>=0.3.0": ["msgpack"],
 }
 CONDITIONAL_REQUIREMENTS = {
     "web_client": {