From 0200b4ef384714e356067bef02482739917076a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 2 Jun 2024 09:41:02 +0800 Subject: [PATCH] Updated optional dependencies in pyproject.toml. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f765cf5..0c8ad84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,7 @@ dependencies = [ ] [project.optional-dependencies] -test = [ - "unittest", +devel = [ "httpx", "OpenCC", ]