Merge "OAuth2 support"
[pti/o2.git] / requirements.txt
index f68a4f3..5d34a0c 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
@@ -23,3 +24,6 @@ ruamel.yaml==0.17.17
 pyOpenSSL
 
 gunicorn
+
+# Import JWT to support OAuth2
+pyjwt==2.6.0