Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

make async library configurable with support for asyncio/curio/trio #357

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
88 changes: 66 additions & 22 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ pre-commit = "^2.13.0"
[tool.poetry.scripts]
ward = "ward._run:run"

[tool.poetry.group.test.dependencies]
curio = "^1.6"
sniffio = "^1.3.0"

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
Expand Down
Loading