From 321ac31a6b980ed870e35848f5ceffabc28e014a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Sun, 15 Mar 2026 08:31:25 +0900 Subject: [PATCH] fix: remove redundant dependency-groups section from pyproject.toml --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91fd6a21..f6dd6646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"