X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=5d34a0c4bf94092243f8d8fd4c2d22cab911f0c2;hb=d7c14ad6506b2f1a85246c9e1d08d0d64e9df7f2;hp=33350d561c6a2e64c48f68d5aba5b393e8475271;hpb=ad9b5cb3883c9eacc897810cec8fe1c74bf7daa0;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index 33350d5..5d34a0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -flask +# https://github.com/python-restx/flask-restx/issues/567 +flask<3.0.0 flask-restx -sqlalchemy +sqlalchemy<2.0.0 redis psycopg2-binary cotyledon @@ -12,11 +13,17 @@ 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 +#werkzeug<=2.1.2 pyOpenSSL + +gunicorn + +# Import JWT to support OAuth2 +pyjwt==2.6.0