summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-16 09:41:29 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-16 10:53:49 +0100
commitfab948120f88e86df73d6bdd46b22bc5bc8583f9 (patch)
treec84faf02c4698c8f2d7f60b9c68c3f6377e97003 /synapse/python_dependencies.py
parentMerge pull request #4392 from matrix-org/neilj/fix_user_type_typo (diff)
downloadsynapse-fab948120f88e86df73d6bdd46b22bc5bc8583f9.tar.xz
Use msgpack instead of msgpack-python
The package msgpack-python has been deprecated.

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 69c5f9fe2e..c7dd4917d8 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -53,7 +53,7 @@ REQUIREMENTS = [
     "sortedcontainers>=1.4.4",
     "psutil>=2.0.0",
     "pymacaroons-pynacl>=0.9.3",
-    "msgpack-python>=0.4.2",
+    "msgpack>=0.5.0",
     "phonenumbers>=8.2.0",
     "six>=1.10",
     # prometheus_client 0.4.0 changed the format of counter metrics