Make dotmap (via meshtastic.test) and print_color optional

This commit is contained in:
Ian McEwen
2024-12-12 20:59:22 -07:00
parent 89b41c1a19
commit 31f322f1c2
5 changed files with 24 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ readme = "README.md"
python = "^3.9,<3.14" # 3.9 is needed for pandas, bleak requires <3.14
pyserial = "^3.5"
protobuf = ">=4.21.12"
dotmap = "^1.3.30"
pyqrcode = "^1.2.1"
tabulate = "^0.9.0"
requests = "^2.31.0"
@@ -18,7 +17,8 @@ pyyaml = "^6.0.1"
pypubsub = "^4.0.3"
bleak = "^0.22.3"
packaging = "^24.0"
print-color = "^0.4.6"
dotmap = { version = "^1.3.30", optional = true }
print-color = { version = "^0.4.6", optional = true }
dash = { version = "^2.17.1", optional = true }
pytap2 = { version = "^2.3.0", optional = true }
dash-bootstrap-components = { version = "^1.6.0", optional = true }