From cffff01c903b68cc961d0138bef6bb79acfc20dd Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 8 Jul 2026 21:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0b66598..777ffed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ [project.optional-dependencies] dev = [ + "httpx==0.28.1", "pytest==8.3.4", "ruff==0.8.6", ]