Skip to content

Commit 0fdf772

Browse files
committed
Fix flask dependencies issue
1 parent 91edda9 commit 0fdf772

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

infrastructure/common-images/cloudharness-flask/requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Flask==1.1.2
33
Flask-Cors==3.0.9
44
flask-oidc==1.4.0
55
Flask-Testing==0.6.1
6-
gunicorn
6+
gunicorn==20.1.0
7+
itsdangerous==2.0.1
8+
Jinja2==3.0.3
9+
jsonschema<4.0.0
10+
openapi-spec-validator==0.4.0
11+
pytest==4.6.11
12+
pytest-cov==3.0.0
13+
pytest-randomly==1.2.3
14+
sentry-sdk==0.14.4
15+
SQLAlchemy==1.4.32
716
swagger-ui-bundle==0.0.8
817
Werkzeug==2.0.3

0 commit comments

Comments
 (0)