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]