Skip to content

Commit adcd286

Browse files
committed
Use markupsafe constraint in extras
1 parent 4a6ae88 commit adcd286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def main():
3636
'plot': ['matplotlib'],
3737
'isi': ['nltk<3.6', 'unidecode'],
3838
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
39-
'docstring-parser', 'gunicorn'],
39+
'docstring-parser', 'gunicorn',
40+
'markupsafe<2.1.0'],
4041
'sklearn_belief': ['scikit-learn'],
4142
'owl': ['pronto'],
4243
'tests': ['pytest', 'pytest-cov'],

0 commit comments

Comments
 (0)