From 7b2865f419710f2e175e63e963af7893fc925009 Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Mon, 28 Feb 2022 12:14:23 -0700 Subject: [PATCH] pin markupsafe closes #541 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b7197385..f3c946e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,9 @@ install_requires = psutil~=5.6.3 Flask_Login~=0.4.1 gunicorn[gevent]~=20.0.4 - Flask~=1.1.1 + Flask~=1.1.4 + itsdangerous~=1.1.0 + markupsafe~=2.0.1 certifi~=2019.11.28 pytz~=2019.1 user_agents~=2.0