X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=f68a4f368ee48ac516adb5ddd2bea1337b018c13;hb=1b636f372f83dd424f6221af5865df03ecb82640;hp=f1fc633af4810bdc22b800df456a19707ed291e0;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/requirements.txt b/requirements.txt index f1fc633..f68a4f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask flask-restx -sqlalchemy +sqlalchemy<2.0.0 redis psycopg2-binary cotyledon @@ -8,10 +8,18 @@ PyYAML>=5.4.1 Cython>=3.0a1 - httplib2 babel PrettyTable<0.8,>=0.7.2 +requests-oauthlib retry -ruamel.yaml==0.17.17 \ No newline at end of file +ruamel.yaml==0.17.17 + +# https://github.com/python-restx/flask-restx/issues/460 +# Workaround for this issue +#werkzeug<=2.1.2 + +pyOpenSSL + +gunicorn