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

This commit is contained in:
Ian McEwen
2024-06-20 16:40:46 -07:00
parent 53b0e35b0c
commit b06329f47e
2 changed files with 0 additions and 3 deletions

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

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",