Skip to content

Commit

Permalink
Merge pull request #723 from ianmcorvidae/add-wcwidth-optional
Browse files Browse the repository at this point in the history
Add 'wcwidth' as an optional cli dependency
  • Loading branch information
ianmcorvidae authored Dec 22, 2024
2 parents 9f286c9 + 2275077 commit 2de1f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pytap2 = { version = "^2.3.0", optional = true }
dash-bootstrap-components = { version = "^1.6.0", optional = true }
pandas = { version = "^2.2.2", optional = true }
pandas-stubs = { version = "^2.2.2.240603", optional = true }
wcwidth = {version = "^0.2.13", optional = true}

[tool.poetry.group.dev.dependencies]
hypothesis = "^6.103.2"
Expand Down Expand Up @@ -65,7 +66,7 @@ ipywidgets = "^8.1.3"
jupyterlab-widgets = "^3.0.11"

[tool.poetry.extras]
cli = ["pyqrcode", "print-color", "dotmap", "argcomplete"]
cli = ["pyqrcode", "print-color", "dotmap", "argcomplete", "wcwidth"]
tunnel = ["pytap2"]
analysis = ["dash", "dash-bootstrap-components", "pandas", "pandas-stubs"]

Expand Down

0 comments on commit 2de1f19

Please sign in to comment.