Skip to content

Commit

Permalink
Remove markupsafe pin
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 6, 2024
1 parent 0f32b5e commit 757601c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def main():
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask>=3.0,4.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn',
'markupsafe<2.1.0'],
'docstring-parser', 'gunicorn'],
'sklearn_belief': ['scikit-learn'],
'owl': ['pronto'],
'tests':
Expand Down

0 comments on commit 757601c

Please sign in to comment.