Merge "Updated base image plus Python to 3.11"
[pti/o2.git] / requirements.txt
1 # https://github.com/python-restx/flask-restx/issues/567
2 flask<3.0.0
3 flask-restx
4 sqlalchemy<2.0.0
5 redis
6 psycopg2-binary
7 cotyledon
8 PyYAML>=5.4.1
9
10 Cython>=3.0a1
11
12 httplib2
13 babel
14 PrettyTable<0.8,>=0.7.2
15
16 requests-oauthlib
17 retry
18 ruamel.yaml==0.17.17
19
20 # https://github.com/python-restx/flask-restx/issues/460
21 # Workaround for this issue
22 #werkzeug<=2.1.2
23
24 pyOpenSSL
25
26 gunicorn