From cec727045769ddd8ca0edda3f518e87569699ccd Mon Sep 17 00:00:00 2001 From: kkaris Date: Thu, 6 Jun 2024 12:08:57 -0700 Subject: [PATCH] Also align flask_restx --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b590653a0..16046e4b81 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,11 @@ def main(): 'graph': ['pygraphviz'], 'plot': ['matplotlib'], 'isi': ['nltk<3.6', 'unidecode'], - 'api': ['flask>=3.0,<4.0', 'flask_restx<0.4', 'flask_cors', - 'docstring-parser', 'gunicorn'], + 'api': ['flask>=3.0,<4.0', + 'flask_restx>=1.3.0', + 'flask_cors', + 'docstring-parser', + 'gunicorn'], 'sklearn_belief': ['scikit-learn'], 'owl': ['pronto'], 'tests':