Move psutil dependency from desktop to CLI

This commit is contained in:
Micah Lee 2020-11-17 17:45:04 -08:00
parent a83539d036
commit be63f6098c
2 changed files with 1 additions and 1 deletions

View file

@ -21,6 +21,7 @@ click = "*"
flask = "*"
flask-httpauth = "*"
flask-socketio = "*"
psutil = "*"
pycryptodome = "*"
pysocks = "*"
requests = "*"