+5
-6
pyproject.toml
+5
-6
pyproject.toml
···
28
28
asyncio_mode = "auto"
29
29
asyncio_default_fixture_loop_scope = "function"
30
30
31
-
[tool.uv]
32
-
dev-dependencies = [
31
+
[dependency-groups]
32
+
dev = [
33
+
"pytest-asyncio",
33
34
"pytest-sugar",
34
-
"pytest-asyncio",
35
-
"ruff",
36
-
"ty",
35
+
"ruff",
36
+
"ty",
37
37
]
38
-
39
38
40
39
[tool.hatch.metadata]
41
40
allow-direct-references = true