X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=33350d561c6a2e64c48f68d5aba5b393e8475271;hb=9cd500e27186de2141bf6b8f40fdc78ee9d57df0;hp=fae9d703b47ea585977bd0e01ccd9e85922683d7;hpb=cb9a72de554108746c4ed35f8ad9e0a5550f626d;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index fae9d70..33350d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,22 @@ -flask -sqlalchemy -redis -psycopg2-binary -cotyledon -PyYAML>=5.4.1 -ruamel.yaml>=0.17.1 - -Cython>=3.0a1 - - -httplib2 -babel -PrettyTable<0.8,>=0.7.2 - -retry +flask +flask-restx +sqlalchemy +redis +psycopg2-binary +cotyledon +PyYAML>=5.4.1 + +Cython>=3.0a1 + +httplib2 +babel +PrettyTable<0.8,>=0.7.2 + +retry +ruamel.yaml==0.17.17 + +# https://github.com/python-restx/flask-restx/issues/460 +# Workaround for this issue +werkzeug<=2.1.2 + +pyOpenSSL