From 96b8642a4522fe84273fd20ac2103067df51818c Mon Sep 17 00:00:00 2001 From: zhongcheng Date: Fri, 13 Mar 2026 16:44:10 +0800 Subject: [PATCH] add more library --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index a2ab774..af35724 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,6 @@ pydantic>=2.5.3 pydantic-settings>=2.1.0 httpx>=0.25.2 requests>=2.31.0 +pytest>=7.4.0 +pytest-asyncio>=0.21.0