Update flask to 2.2
-
flask run
no longer has the--eager-loading
command option (https://github.com/pallets/flask/issues/4715). - The way that
werkzeug.run_simple
is imported changed, requiring a change to the monkeypatch in the unit tests. - Some of the internals of the Flask CLI shifted around, requiring
changes to the
gwcelery flask
subcommand.