Add 'shell' command to cli (#738)

* Add 'shell' command to cli

* Add test

* Add ptpython as optional dep
This commit is contained in:
Teemu R
2024-02-06 14:48:19 +01:00
committed by GitHub
parent 6ab17d823c
commit 458949157a
3 changed files with 43 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ sphinxcontrib-programoutput = { version = "^0", optional = true }
myst-parser = { version = "*", optional = true }
docutils = { version = ">=0.17", optional = true }
# shell support
# ptpython = { version = "*", optional = true }
[tool.poetry.group.dev.dependencies]
pytest = "*"
pytest-cov = "*"
@@ -57,6 +60,7 @@ coverage = {version = "*", extras = ["toml"]}
[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-programoutput", "myst-parser", "docutils"]
speedups = ["orjson", "kasa-crypt"]
# shell = ["ptpython"]
[tool.coverage.run]
source = ["kasa"]