mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-08 05:37:55 -05: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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
docopt = "^0.6.2"
|
docopt = "^0.6.2"
|
||||||
psutil = "^5.9.4"
|
|
||||||
rns = "^0.4.8"
|
rns = "^0.4.8"
|
||||||
tomli = "^2.0.1"
|
tomli = "^2.0.1"
|
||||||
|
|
||||||
|
@ -38,7 +38,6 @@ import threading
|
|||||||
import tty
|
import tty
|
||||||
import types
|
import types
|
||||||
import typing
|
import typing
|
||||||
import psutil
|
|
||||||
|
|
||||||
import rnsh.exception as exception
|
import rnsh.exception as exception
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user