Skip to content

Commit

Permalink
Use markupsafe constraint in extras
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Apr 11, 2024
1 parent 4a6ae88 commit adcd286
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 @@ -36,7 +36,8 @@ def main():
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn'],
'docstring-parser', 'gunicorn',
'markupsafe<2.1.0'],
'sklearn_belief': ['scikit-learn'],
'owl': ['pronto'],
'tests': ['pytest', 'pytest-cov'],
Expand Down

0 comments on commit adcd286

Please sign in to comment.