gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Keep ATOM support by replacing werkzeug.contrib.atom. Fixes #141 #148

Closed mar1ad closed 2 years ago

mar1ad commented 2 years ago

As @gouthambs suggested in #146, the ATOM support can be kept with feedwerk, when upgrading werkzeug>=1.0.0

mar1ad commented 2 years ago

I did a few Unittests and it seems to work with Flask 1.x and Flask 2.x