Merge "OAuth2 support"
[pti/o2.git] / requirements.txt
index 3a14faa..5d34a0c 100644 (file)
@@ -1,14 +1,29 @@
-flask\r
-sqlalchemy\r
-redis\r
-psycopg2-binary\r
-cotyledon\r
-\r
-Cython>=3.0a1\r
-\r
-\r
-httplib2\r
-babel\r
-PrettyTable<0.8,>=0.7.2\r
-# -e git+https://opendev.org/starlingx/distcloud-client.git@master#egg=distributedcloud-client&subdirectory=distributedcloud-client\r
-# -e git+https://opendev.org/starlingx/config.git@master#egg=cgtsclient&subdirectory=sysinv/cgts-client/cgts-client#\r
+# 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
+
+# Import JWT to support OAuth2
+pyjwt==2.6.0