From 01aab37a25f19bafd6f19499bf54e90cd3e07005 Mon Sep 17 00:00:00 2001 From: ghaymah_dev Date: Sun, 15 Mar 2026 17:05:32 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 425b3ce..1171a0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ fastapi==0.109.0 uvicorn==0.27.0 redis==5.0.1 -pydantic==2.5.3 \ No newline at end of file +pydantic==2.5.3 +psycopg2-binary==2.9.9 +beautifulsoup4 \ No newline at end of file