diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-11-05 05:05:48 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 05:05:48 +1100 |
commit | 4e1c7b79fa3498c48106c17d0edbab2f7bcc0c38 (patch) | |
tree | ab008c1ce8328f83e9c0002afe56091d5c333667 /changelog.d | |
parent | document the REPLICATE command a bit better (#6305) (diff) | |
download | synapse-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.misc | 1 |
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. |