From bd214fa970cda958d1df423df1f8cf70622e5f49 Mon Sep 17 00:00:00 2001 From: kkaris Date: Fri, 7 Jun 2024 16:47:24 -0700 Subject: [PATCH] Restrict markupsafe --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26194264..9039ec78 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ install_requires=['indra', 'boto3', 'jsonpickle', 'kappy==4.1.2', 'pygraphviz', 'fnvhash', 'sqlalchemy<1.4', 'inflection', 'pybel==0.15', - 'flask_jwt_extended==3.25.0', 'gilda', 'tweepy'], + 'flask_jwt_extended==3.25.0', 'gilda', 'tweepy', + 'markupsafe<2.1.0'], extras_require={'test': ['nose', 'coverage', 'moto[iam]<5', 'sqlalchemy_utils']} )