mirror of
https://github.com/meshtastic/python.git
synced 2026-01-17 12:17:55 -05:00
Add the newly optional dependencies to an extras group
This commit is contained in:
3
poetry.lock
generated
3
poetry.lock
generated
@@ -4332,9 +4332,10 @@ type = ["pytest-mypy"]
|
||||
|
||||
[extras]
|
||||
analysis = ["dash", "dash-bootstrap-components", "pandas", "pandas-stubs"]
|
||||
cli = ["dotmap", "print-color", "pyqrcode"]
|
||||
tunnel = ["pytap2"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9,<3.14"
|
||||
content-hash = "d3eefb76e586ad6625c1fce7b73244ba1d663aa5b4916c47bd1daa5f2bdcc913"
|
||||
content-hash = "fa490a41df9742f691c43a4915f7751b6adbded7605c3f0936f74681c1da5244"
|
||||
|
||||
@@ -64,6 +64,7 @@ ipywidgets = "^8.1.3"
|
||||
jupyterlab-widgets = "^3.0.11"
|
||||
|
||||
[tool.poetry.extras]
|
||||
cli = ["pyqrcode", "print-color", "dotmap"]
|
||||
tunnel = ["pytap2"]
|
||||
analysis = ["dash", "dash-bootstrap-components", "pandas", "pandas-stubs"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user