summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 19:25:00 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 19:25:00 +0000
commit974d9e8e679c56666175d84f129207864577b52a (patch)
tree36cd08d2efb3b1edb1a64ab3007990605165d9c6 /changelog.d
parentdocument the REPLICATE command a bit better (#6305) (diff)
parentRemove the psutil dependency (#6318) (diff)
downloadsynapse-974d9e8e679c56666175d84f129207864577b52a.tar.xz
Remove the psutil dependency (#6318)
* commit '4e1c7b79f':
  Remove the psutil dependency (#6318)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6318.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6318.misc b/changelog.d/6318.misc
new file mode 100644
index 0000000000..63527ccef4
--- /dev/null
+++ b/changelog.d/6318.misc
@@ -0,0 +1 @@
+Remove the dependency on psutil and replace functionality with the stdlib `resource` module.