adds pytest-asyncio to dev dependencies

This commit is contained in:
Mose Müller
2023-12-21 13:25:54 +01:00
parent 2461f85ef0
commit a303ba7f0b
2 changed files with 20 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ matplotlib = "^3.7.2"
pyright = "^1.1.323"
pytest-mock = "^3.11.1"
ruff = "^0.1.5"
pytest-asyncio = "^0.23.2"
[tool.poetry.group.docs]
optional = true