Skip to content

Commit

Permalink
Restrict markupsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 7, 2024
1 parent a42c188 commit bd214fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']}
)

0 comments on commit bd214fa

Please sign in to comment.