Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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