From 8206069c63836a1b3eaf55c2ac4f7df5babbd79f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 4 May 2021 14:28:23 +0100 Subject: Comment --- synapse/python_dependencies.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse') diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index d709033c27..6ad5cf582c 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -121,6 +121,7 @@ CONDITIONAL_REQUIREMENTS = { # hiredis is not a *strict* dependency, but it makes things much faster. # (if it is not installed, we fall back to slow code.) "redis": ["txredisapi>=1.4.7", "hiredis"], + # Required to use experimental `caches.track_memory_usage` config option. "cache_memory": ["pympler"], } -- cgit 1.5.1