Bump flask & werkzeug to 2.3 (#490)

* bump werkzeug to 2.3
* remove no_cookie blueprint
This commit is contained in:
Steven Reilly
2023-05-02 09:45:48 -04:00
committed by GitHub
parent 3b94814c5a
commit 3f44877c8b
5 changed files with 85 additions and 109 deletions

View File

@@ -1,7 +1,6 @@
from flask import Blueprint
main = Blueprint('main', __name__)
no_cookie = Blueprint('no_cookie', __name__)
from app.main.views import ( # noqa isort:skip
add_service,