We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6ae88 commit adcd286Copy full SHA for adcd286
setup.py
@@ -36,7 +36,8 @@ def main():
36
'plot': ['matplotlib'],
37
'isi': ['nltk<3.6', 'unidecode'],
38
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
39
- 'docstring-parser', 'gunicorn'],
+ 'docstring-parser', 'gunicorn',
40
+ 'markupsafe<2.1.0'],
41
'sklearn_belief': ['scikit-learn'],
42
'owl': ['pronto'],
43
'tests': ['pytest', 'pytest-cov'],
0 commit comments