X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=33350d561c6a2e64c48f68d5aba5b393e8475271;hb=567e8559227223b8605dad5ec3a775213adbc76f;hp=8fa58395f434cff82434d73654bb232e5f57d7b5;hpb=1c5999c04742b704a3b78fe9acecba09d41f0d11;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index 8fa5839..33350d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,22 @@ -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 \ 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