From 9da7cec1f598ebf45032f698b3c465875fbb601c 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:25:12 +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 ba93d65..8388d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,7 @@ dependencies = [ ] [project.optional-dependencies] -test = [ - "unittest", +devel = [ "httpx", ]