Skip to content

Commit 7b2865f

Browse files
committed
pin markupsafe
closes #541
1 parent 2a2de2b commit 7b2865f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ install_requires =
2222
psutil~=5.6.3
2323
Flask_Login~=0.4.1
2424
gunicorn[gevent]~=20.0.4
25-
Flask~=1.1.1
25+
Flask~=1.1.4
26+
itsdangerous~=1.1.0
27+
markupsafe~=2.0.1
2628
certifi~=2019.11.28
2729
pytz~=2019.1
2830
user_agents~=2.0

0 commit comments

Comments
 (0)