Skip to content

Commit b06329f

Browse files
committed
Remove dotmap and pexpect from setup.py, they shouldn't be required
1 parent 53b0e35 commit b06329f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

meshtastic/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def onConnection(interface, topic=pub.AUTO_TOPIC): # called when we (re)connect
7777
import google.protobuf.json_format
7878
import serial # type: ignore[import-untyped]
7979
import timeago # type: ignore[import-untyped]
80-
from dotmap import DotMap # type: ignore[import-untyped]
8180
from google.protobuf.json_format import MessageToJson
8281
from pubsub import pub # type: ignore[import-untyped]
8382
from tabulate import tabulate

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
"protobuf>=5.26.0",
3838
"requests>=2.25.0",
3939
"pypubsub>=4.0.3",
40-
"dotmap>=1.3.14",
41-
"pexpect>=4.6.0",
4240
"pyqrcode>=1.2.1",
4341
"tabulate>=0.8.9",
4442
"timeago>=1.0.15",

0 commit comments

Comments
 (0)