From 735b15e80a929e0ed46c05dc58d50fac25531012 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:02:33 +0300 Subject: [PATCH] Add more pkgs to requierments.txt --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e2c0f5a..cb359d4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,4 +3,5 @@ uvicorn pydantic requests downloader -config \ No newline at end of file +config +urllib2 \ No newline at end of file