mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
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:
parent
ebdcb50265
commit
9a37a52601
@ -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"
|
||||
|
||||
|
@ -38,7 +38,6 @@ import threading
|
||||
import tty
|
||||
import types
|
||||
import typing
|
||||
import psutil
|
||||
|
||||
import rnsh.exception as exception
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user