X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=3462bae20123a128d23cfafa0038c0047e65caea;hb=73242ddf79513c5b48f8336a049e05e141ea8ba7;hp=985e50e0b956876010177868c9fea072ad9f3100;hpb=8339c9a882a586578b37f44a504e21c5208611c0;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index 985e50e..3462bae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,26 @@ -flask -sqlalchemy -redis -psycopg2-binary +# https://github.com/python-restx/flask-restx/issues/567 +flask<3.0.0 +flask-restx +sqlalchemy<2.0.0 +redis +psycopg2-binary +cotyledon +PyYAML>=5.4.1 + +Cython>=3.0a1 + +httplib2 +babel +PrettyTable<0.8,>=0.7.2 + +requests-oauthlib +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