Remove dotmap and pexpect from setup.py, they shouldn't be required

This commit is contained in:
Ian McEwen committed 2024-06-20 16:40:46 -07:00
1 parent 53b0e35b0c
commit b06329f47e
2 files changed
-3

No files matched your search

-1
View File
@@ -77,7 +77,6 @@ from typing import *
import google.protobuf.json_format
import serial # type: ignore[import-untyped]
import timeago # type: ignore[import-untyped]
from dotmap import DotMap # type: ignore[import-untyped]
from google.protobuf.json_format import MessageToJson
from pubsub import pub # type: ignore[import-untyped]
from tabulate import tabulate
-2
View File
@@ -37,8 +37,6 @@ setup(
"protobuf>=5.26.0",
"requests>=2.25.0",
"pypubsub>=4.0.3",
"dotmap>=1.3.14",
"pexpect>=4.6.0",
"pyqrcode>=1.2.1",
"tabulate>=0.8.9",
"timeago>=1.0.15",