From 590b15b2c15a7485e5d531e8abb73354a56b1b7e Mon Sep 17 00:00:00 2001 From: Partha-dev01 <143863147+Partha-dev01@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:08:00 +0530 Subject: [PATCH] Update requirements.txt Please use these updates requirements otherwise the project fails to run properly. --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dba0cf..af6ee8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ Pillow -Flask==1.0 +Flask==2.0.3 +Werkzeug==2.0.3 +requests==2.25.1 +Jinja2==3.0.1 gunicorn requests[security]