8000 Remove anyio dependency from pyproject.toml (#990) · python-kasa/python-kasa@5b7e590 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b7e590

Browse files
authored
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 python-trio/asyncclick#27
1 parent f3fe1bc commit 5b7e590

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ kasa = "kasa.cli:cli"
2222

2323
[tool.poetry.dependencies]
2424
python = "^3.8"
25-
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
26-
asyncclick = ">=8"
25+
asyncclick = ">=8.1.7"
2726
pydantic = ">=1.10.15"
2827
cryptography = ">=1.9"
2928
async-timeout = ">=3.0.0"

0 commit comments

Comments
 (0)
0