diff --git a/pyproject.toml b/pyproject.toml index 0fb9373..1cf8500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,3 +58,9 @@ line-length = 100 [tool.ruff.format] skip-magic-trailing-comma = true + +[dependency-groups] +dev = [ + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", +]