The answer, as @Weijun Zhou indicated, is that you need to run Python 3.8 for the :=
assignment operator ("walrus" operator) to be supported. The flask-Humanify
pypi project incorrectly reports a minimum python version of 3.6. Please submit a github issue to that project (at https://github.com/tn3w/flask-Humanify) about this issue.