Skip to content

Commit

Permalink
add "asgiref" to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Apr 8, 2024
1 parent 5421cde commit 2033a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ flake8 = "^7.0"
mypy = "^1.9"
isort = "^5.13"
black = "^24.3"
asgiref = "^3.8"
ruff = "^0.3"

[tool.poetry.group.test]
Expand All @@ -57,6 +56,7 @@ pytest-asyncio = "^0.23"
pytest-cov = "^5.0"
coverage = { version = "^7.4", extras = ["toml"] }
httpx = "^0.27"
asgiref = "^3.8"

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit 2033a60

Please sign in to comment.