Update Flask dependencies

This commit is contained in:
rubenwardy
2024-05-24 00:53:05 +01:00
parent 49a2ee5b82
commit 37b50bf409
6 changed files with 26 additions and 23 deletions

View File

@@ -13,13 +13,16 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import smtplib
import typing
from typing import Dict
from flask import render_template, escape
from flask import render_template
from flask_babel import force_locale, gettext, lazy_gettext, LazyString
from flask_mail import Message
from markupsafe import escape
from app import mail
from app.models import Notification, db, EmailSubscription, User
from app.rediscache import increment_key