fix: remove redundant dependency-groups section from pyproject.toml

This commit is contained in:
晴猫
2026-03-15 08:31:25 +09:00
parent 4678bfa58c
commit 321ac31a6b

View File

@@ -50,14 +50,6 @@ dev = [
"zstandard",
]
[dependency-groups]
dev = [
"pytest",
"pytest-asyncio",
"ruff>=0.12.2",
"zstandard",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"