From 2009be51adb4a9d0ed271b7cea31b8857bf05a99 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 13 Oct 2023 17:36:45 +1100 Subject: [PATCH] Attempt to fix url_quote error on start --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28875d0..2606b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ bidict==0.22.1 Flask-SQLAlchemy==3.0.3 matplotlib==3.5.2 sparklines==0.4.2 -humanize==4.8.0 \ No newline at end of file +humanize==4.8.0 +Werkzeug==2.2.2 \ No newline at end of file