summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-07-20 15:47:28 +0100
committerErik Johnston <erik@matrix.org>2016-07-20 16:00:21 +0100
commit66868119dc3c42c3cc6ea0b41ade81285ef1c9de (patch)
tree378ccc0aac4b2bc8aa8d872f562cf79ff416a6a5 /synapse/python_dependencies.py
parentMerge pull request #922 from matrix-org/erikj/file_api2 (diff)
downloadsynapse-66868119dc3c42c3cc6ea0b41ade81285ef1c9de.tar.xz
Add metrics for psutil derived memory usage
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 e024cec0a2..799d35da5e 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"],
+    "psutil>=2.0.0": ["psutil>=2.0.0"],
 }
 CONDITIONAL_REQUIREMENTS = {
     "web_client": {