helloflask / flask-examples

Example applications for Flask learners.
http://helloflask.com/en/
MIT License
189 stars 106 forks source link

Invalid package #7

Closed dispyfree closed 3 years ago

dispyfree commented 3 years ago

Hi!

requirements.txt lists mako==1.1.13 as a dependency - this version simply doesn't exist on pypi. Works like a charm after changing this to any valid version. Also, werkzeug is outdated and fails on Python3.9; updating its version to werkzeug==0.15.5 helps.

Cheers,

greyli commented 3 years ago

Thanks! It should be fixed now.