summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-11-05 05:05:48 +1100
committerGitHub <noreply@github.com>2019-11-05 05:05:48 +1100
commit4e1c7b79fa3498c48106c17d0edbab2f7bcc0c38 (patch)
treeab008c1ce8328f83e9c0002afe56091d5c333667 /changelog.d
parentdocument the REPLICATE command a bit better (#6305) (diff)
downloadsynapse-4e1c7b79fa3498c48106c17d0edbab2f7bcc0c38.tar.xz
Remove the psutil dependency (#6318)
* remove psutil and replace with resource
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.