From bb2ec3987b854a29bb60aa6b99dda985d6bc3478 Mon Sep 17 00:00:00 2001 From: ronilpatil Date: Fri, 29 Mar 2024 23:01:51 +0530 Subject: [PATCH] add httpx package --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 523674b..514f35d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,6 @@ fastapi==0.110.0 pydantic==2.6.4 uvicorn==0.29.0 pytest==8.1.1 +httpx==0.27.0 # cmd: pipreqs path/of/project (if already req.txt use --force after cmd) \ No newline at end of file