From 0cec114e4e5eb4883dcf340bd8859a044895887c Mon Sep 17 00:00:00 2001 From: Nav Sha Date: Mon, 28 Feb 2022 10:15:12 +0000 Subject: [PATCH] added itsdangerous package --- bq-workers/github-parser/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bq-workers/github-parser/requirements.txt b/bq-workers/github-parser/requirements.txt index 0c82bc33..0bfe5c35 100644 --- a/bq-workers/github-parser/requirements.txt +++ b/bq-workers/github-parser/requirements.txt @@ -1,4 +1,5 @@ Flask==1.1.1 gunicorn==19.9.0 google-cloud-bigquery==1.23.1 +itsdangerous==2.0.1 git+https://github.com/GoogleCloudPlatform/fourkeys.git#egg=shared&subdirectory=shared \ No newline at end of file