diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-04 14:28:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-04 14:29:30 +0100 |
commit | 8206069c63836a1b3eaf55c2ac4f7df5babbd79f (patch) | |
tree | 3f2b37716336e557fa0f6cd379b2f82a5ca79446 /synapse/python_dependencies.py | |
parent | Apply suggestions from code review (diff) | |
download | synapse-8206069c63836a1b3eaf55c2ac4f7df5babbd79f.tar.xz |
Comment
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"], } |