mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 11:28:02 +00:00
Remove importlib-metadata dependency (#457)
This is no longer needed, as python 3.8 has native importlib.metadata
This commit is contained in:
@@ -21,7 +21,6 @@ kasa = "kasa.cli:cli"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
|
||||
importlib-metadata = "*"
|
||||
asyncclick = ">=8"
|
||||
pydantic = "^1"
|
||||
|
||||
|
Reference in New Issue
Block a user