Skip to content

Commit d0b4066

Browse files
authored
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
1 parent fc18428 commit d0b4066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ SQLAlchemy==1.1.14
2020
sqlalchemy-migrate==0.11.0
2121
sqlparse==0.2.3
2222
Tempita==0.5.2
23-
Werkzeug==0.15.3
23+
Werkzeug==0.15.5
2424
WTForms==2.1

0 commit comments

Comments
 (0)