mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Remove anyio dependency from pyproject.toml (#990)
This is no longer required as it's correctly configured in [async click release 8.1.7.1](https://pypi.org/project/asyncclick/8.1.7.1/) released in January. Fixed in https://github.com/python-trio/asyncclick/pull/27
This commit is contained in:
@@ -22,8 +22,7 @@ kasa = "kasa.cli:cli"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
|
||||
asyncclick = ">=8"
|
||||
asyncclick = ">=8.1.7"
|
||||
pydantic = ">=1.10.15"
|
||||
cryptography = ">=1.9"
|
||||
async-timeout = ">=3.0.0"
|
||||
|
Reference in New Issue
Block a user