X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=requirements.txt;h=5d34a0c4bf94092243f8d8fd4c2d22cab911f0c2;hb=d7c14ad6506b2f1a85246c9e1d08d0d64e9df7f2;hp=861b9e32385795324e99d2c687c5b3bf3fe21086;hpb=00c91afdecfe15a2e1db1f7fc17fa75f2897b7d2;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index 861b9e3..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,6 +13,7 @@ httplib2 babel PrettyTable<0.8,>=0.7.2 +requests-oauthlib retry ruamel.yaml==0.17.17 @@ -22,3 +24,6 @@ ruamel.yaml==0.17.17 pyOpenSSL gunicorn + +# Import JWT to support OAuth2 +pyjwt==2.6.0