From 992577ddc897d38d7953149832adf093d6501fa8 Mon Sep 17 00:00:00 2001 From: Ehiber Graterol <56272634+ehiber@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:57:15 -0400 Subject: [PATCH] Update Pipfile Added flask-jwt-extended and wtforms library with exact version to prevent bugs --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pipfile b/Pipfile index c7e0d4263f..b461e2e4ee 100644 --- a/Pipfile +++ b/Pipfile @@ -18,6 +18,8 @@ gunicorn = "*" cloudinary = "*" flask-admin = "*" typing-extensions = "*" +flask-jwt-extended = "==4.6.0" +wtforms = "==3.1.2" [requires] python_version = "3.10"