mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Enable shell extra for installing ptpython and rich (#782)
Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
@@ -40,8 +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 }
|
||||
# enhanced cli support
|
||||
ptpython = { version = "*", optional = true }
|
||||
rich = { version = "*", optional = true }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "*"
|
||||
@@ -60,7 +61,7 @@ coverage = {version = "*", extras = ["toml"]}
|
||||
[tool.poetry.extras]
|
||||
docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-programoutput", "myst-parser", "docutils"]
|
||||
speedups = ["orjson", "kasa-crypt"]
|
||||
# shell = ["ptpython"]
|
||||
shell = ["ptpython", "rich"]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["kasa"]
|
||||
|
Reference in New Issue
Block a user