mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 10:24:50 -04:00
Remove the psutil dependency (#6318)
* remove psutil and replace with resource
This commit is contained in:
parent
cc6243b4c0
commit
4e1c7b79fa
5 changed files with 146 additions and 83 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue