From dd8d9a3b921a9c2f4d96f8e34c8af5525361c26a Mon Sep 17 00:00:00 2001 From: gary-shen Date: Mon, 12 Aug 2024 18:17:15 +0800 Subject: [PATCH] fix: fix testcases --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b805eda..e89776a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ appdirs = "^1.4.4" aiofiles = "^22.1.0" pillow = "^9.3.0" alembic = "^1.9.4" +httpx = "^0.27.0" [[tool.poetry.source]]