mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add 'shell' command to cli (#738)
* Add 'shell' command to cli * Add test * Add ptpython as optional dep
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user