From d0b40660e0ddd58ccda2f3e51fe57689c462c423 Mon Sep 17 00:00:00 2001 From: Artem Andryukhov Date: Wed, 25 Nov 2020 21:47:30 +0300 Subject: [PATCH] update Werkzeug to 0.15.5 Currently this setup doesn't work "out from the box" because of the compatibility bug in Werkzeug 0.15.3. Bumping it to the 0.15.5 fixes the problem. StackOverFlow issue: https://stackoverflow.com/questions/60140174/basic-flask-app-not-running-typeerror-required-field-type-ignores-missing-fr --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 834c323..c16858a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,5 @@ SQLAlchemy==1.1.14 sqlalchemy-migrate==0.11.0 sqlparse==0.2.3 Tempita==0.5.2 -Werkzeug==0.15.3 +Werkzeug==0.15.5 WTForms==2.1