Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit f6b56d0

Browse files
authored
Update requirements.txt
Added itsdangerous=2.0.1 to prevent runtime error.
1 parent 0a961c6 commit f6b56d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

server/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Flask==2.0.2
21
blinker==1.4
2+
Flask==2.0.2
3+
flask-oidc-ext==1.4.3
34
google-api-python-client==1.9.0
45
google-cloud-datastore==2.1.0
56
google-cloud-error-reporting
67
google-cloud-resource-manager==1.1.2
78
google-cloud-secret-manager==2.7.0
89
google-cloud-storage==1.35.0
910
gunicorn==20.1.0
10-
flask-oidc-ext==1.4.3
11+
itsdangerous==2.0.1
1112
numpy==1.19.4
1213
object_detection-0.1_2.5.0.tar.gz
1314
opencv-contrib-python-headless==4.5.2.54
@@ -23,4 +24,4 @@ slim-0.1.tar.gz
2324
sqlitedict==1.7.0
2425
tensorflow==2.5.3
2526
tflite-support==0.2.0
26-
Werkzeug==2.0.1
27+
Werkzeug==2.0.1

0 commit comments

Comments
 (0)