mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +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:
parent
f3fe1bc3f4
commit
5b7e59056c
2
poetry.lock
generated
2
poetry.lock
generated
@ -2185,4 +2185,4 @@ speedups = ["kasa-crypt", "orjson"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "871ef421fe7d48608bcea18b4c41d8bb368e84d74bf7b29db832dc97c5b980ae"
|
content-hash = "f8edc1401028d0654bd4622bf471668dd84b323434f0fa40e783e5c9b45511f6"
|
||||||
|
@ -22,8 +22,7 @@ kasa = "kasa.cli:cli"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
|
asyncclick = ">=8.1.7"
|
||||||
asyncclick = ">=8"
|
|
||||||
pydantic = ">=1.10.15"
|
pydantic = ">=1.10.15"
|
||||||
cryptography = ">=1.9"
|
cryptography = ">=1.9"
|
||||||
async-timeout = ">=3.0.0"
|
async-timeout = ">=3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user