From 7628cd9b07714f58e53cde511ba3c2540c79d0a3 Mon Sep 17 00:00:00 2001 From: hatredholder Date: Thu, 27 Apr 2023 22:47:25 +0300 Subject: [PATCH] added werkzeug to requirements --- requirements/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/base.txt b/requirements/base.txt index 3acd561..a5bf573 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,6 +4,7 @@ captcha # https://github.com/lepture/captcha Pillow # https://github.com/python-pillow/Pillow python-dotenv # https://github.com/theskumar/python-dotenv timeago # https://github.com/hustcc/timeago +werkzeug==2.2.3 # https://werkzeug.palletsprojects.com/en/2.2.x/ # Flask # ----------------------------------------------------------------------------