From 89b41c1a19e4f139bb344173500b9454d67a25cc Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Thu, 12 Dec 2024 20:40:59 -0700 Subject: [PATCH] Remove pexpect too --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9eb1337..3e26a6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4337,4 +4337,4 @@ tunnel = ["pytap2"] [metadata] lock-version = "2.0" python-versions = "^3.9,<3.14" -content-hash = "5f68c6e67ab32ac3d07a81af232a0e9275eb7dcb58a1f57d7289f273671712e4" +content-hash = "cc2529666461aa69024abd86d14b2ac220a965a82dded2309b9e0980f5e1b328" diff --git a/pyproject.toml b/pyproject.toml index 1e72222..ba144c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ python = "^3.9,<3.14" # 3.9 is nee pyserial = "^3.5" protobuf = ">=4.21.12" dotmap = "^1.3.30" -pexpect = "^4.9.0" pyqrcode = "^1.2.1" tabulate = "^0.9.0" requests = "^2.31.0"