Remove dependency on psutil for #5

The changes made for #3 allowed the removal of the dependency on `psutil`, the import of which was throwing a startup error on Android.
This commit is contained in:
Aaron Heise 2023-02-16 00:34:38 -06:00
parent ebdcb50265
commit 9a37a52601
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
docopt = "^0.6.2"
psutil = "^5.9.4"
rns = "^0.4.8"
tomli = "^2.0.1"

View File

@ -38,7 +38,6 @@ import threading
import tty
import types
import typing
import psutil
import rnsh.exception as exception