X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=d86790b1737a12baf75d1da79379cea919ecc9c6;hb=0c60b5232b47e292f54728e78bd0161901cdd974;hp=4ba1a7fc2a6010e3204472b37f501127d7e2f44d;hpb=d14329a57d8d01d443e4158fa5030a5b5ada4060;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index 4ba1a7f..d86790b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,24 @@ -flask -flask-restx -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 -ruamel.yaml==0.17.17 \ No newline at end of file +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 + +gunicorn