Skip to content

Commit

Permalink
Remove anyio from dependencies (python-ring-doorbell#420)
Browse files Browse the repository at this point in the history
Asyncclick correctly specifies the dependency starting with version 8.1.7.1.
  • Loading branch information
dotlambda committed Sep 2, 2024
1 parent eb2cc3c commit 399b5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ ring-doorbell = "ring_doorbell.cli:cli"
python = "^3.9"
oauthlib = ">=3.0.0,<4"
pytz = ">=2022.0"
asyncclick = ">=8"
asyncclick = ">=8.1.7.1"
aiohttp = ">=3"
aiofiles = ">=23"
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
sphinx = {version = "<7.2.6", optional = true}
sphinx-rtd-theme = {version = "^1.3.0", optional = true}
myst-parser = { version = "*", optional = true }
Expand Down

0 comments on commit 399b5bb

Please sign in to comment.