From 400ba8f379eb8dcf78c85b6728def922c32536aa Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 1 Jun 2022 20:44:11 +0200 Subject: [PATCH] Add markupsafe --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e108b65..7824b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ python-dotenv = ">=0.20.0" gunicorn = ">=20.1.0" email-validator = ">=1.2.1" Flask-Migrate = ">=3.1.0" +MarkupSafe = ">=2.1.1" [tool.poetry.dev-dependencies]