From cc48a008659b161b91e35557fa3842c1a5857db5 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Thu, 7 Apr 2022 12:42:54 +0100 Subject: Add orjson as a dependency --- synapse/python_dependencies.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synapse/python_dependencies.py') diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index d02cca0bbb..d4c73835d8 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -89,6 +89,8 @@ REQUIREMENTS = [ "matrix-common~=1.1.0", # We need packaging.requirements.Requirement, added in 16.1. "packaging>=16.1", + # EXPERIMENTAL: Faster JSON deserialisation for replication messages + "orjson>=3.6.7", ] CONDITIONAL_REQUIREMENTS = { -- cgit 1.5.1