diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:25:00 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:25:00 +0000 |
commit | 974d9e8e679c56666175d84f129207864577b52a (patch) | |
tree | 36cd08d2efb3b1edb1a64ab3007990605165d9c6 /changelog.d | |
parent | document the REPLICATE command a bit better (#6305) (diff) | |
parent | Remove the psutil dependency (#6318) (diff) | |
download | synapse-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.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. |