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 /synapse/python_dependencies.py | |
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 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index aa7da1c543..5871feaafd 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -61,7 +61,6 @@ REQUIREMENTS = [ "bcrypt>=3.1.0", "pillow>=4.3.0", "sortedcontainers>=1.4.4", - "psutil>=2.0.0", "pymacaroons>=0.13.0", "msgpack>=0.5.2", "phonenumbers>=8.2.0", |