Add capacity values for the DMS K8S profile
[pti/o2.git] / requirements.txt
index 5d41909..3013dcb 100644 (file)
@@ -1,4 +1,5 @@
-flask
+# https://github.com/python-restx/flask-restx/issues/567
+flask<3.0.0
 flask-restx
 sqlalchemy<2.0.0
 redis
 flask-restx
 sqlalchemy<2.0.0
 redis
@@ -12,13 +13,19 @@ httplib2
 babel
 PrettyTable<0.8,>=0.7.2
 
 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
 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
 
 pyOpenSSL
 
 gunicorn
+
+# Import JWT to support OAuth2
+pyjwt==2.6.0
+
+kubernetes>=30.0.0