From a1021c4f78ccf4be5360be11f070a8027135a5e4 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Thu, 20 Jun 2024 16:45:22 -0700 Subject: [PATCH] add dotmap back, that test file isn't in tests, it's in meshtastic.test, oops --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cc77a5c..7aaacf9 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( "protobuf>=5.26.0", "requests>=2.25.0", "pypubsub>=4.0.3", + "dotmap>=1.3.14", "pyqrcode>=1.2.1", "tabulate>=0.8.9", "timeago>=1.0.15",