Skip to content

Commit 9ac1ad3

Browse files
committed
Need anyio for testing
1 parent d83d2d1 commit 9ac1ad3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Source = "https://github.com/python-trio/asyncclick/"
2323

2424
[dependency-groups]
2525
dev = [
26+
"anyio",
2627
"ruff",
2728
"tox",
2829
"tox-uv",
@@ -52,6 +53,7 @@ pre-commit = [
5253
]
5354
tests = [
5455
"pytest",
56+
"anyio",
5557
]
5658
typing = [
5759
"mypy",

uv.lock

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

0 commit comments

Comments
 (0)