Skip to content

Commit 2275077

Browse files
committed
Add 'wcwidth' as an optional cli dependency
Fixes #598 when installed as meshtastic[cli], as should now be recommended by documentation.
1 parent 9f286c9 commit 2275077

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pytap2 = { version = "^2.3.0", optional = true }
2525
dash-bootstrap-components = { version = "^1.6.0", optional = true }
2626
pandas = { version = "^2.2.2", optional = true }
2727
pandas-stubs = { version = "^2.2.2.240603", optional = true }
28+
wcwidth = {version = "^0.2.13", optional = true}
2829

2930
[tool.poetry.group.dev.dependencies]
3031
hypothesis = "^6.103.2"
@@ -65,7 +66,7 @@ ipywidgets = "^8.1.3"
6566
jupyterlab-widgets = "^3.0.11"
6667

6768
[tool.poetry.extras]
68-
cli = ["pyqrcode", "print-color", "dotmap", "argcomplete"]
69+
cli = ["pyqrcode", "print-color", "dotmap", "argcomplete", "wcwidth"]
6970
tunnel = ["pytap2"]
7071
analysis = ["dash", "dash-bootstrap-components", "pandas", "pandas-stubs"]
7172

0 commit comments

Comments
 (0)