From b8f77474e70de56d121c2d7cacb6606691448659 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Fri, 13 Sep 2024 18:04:13 +0000 Subject: [PATCH] add test deps --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b36c8fc..4bc5750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ pytest = "^8.3.1" fastapi = "^0.111.1" nodriver = "^0.34" requests = "^2.32.3" +httpx = "^0.27.2" +pytest-asyncio = "^0.24.0" [build-system]