From 48e082e952426e9455f80a367160682df6ef2993 Mon Sep 17 00:00:00 2001 From: Judah Rand <17158624+judahrand@users.noreply.github.com> Date: Mon, 21 Feb 2022 18:47:38 +0000 Subject: [PATCH] Add `google-cloud-storage` dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb8bc97..be7b94f 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ install_requires=[ 'pipelinewise-singer-python>=1,<3', 'google-cloud-bigquery>=2.20.0,<2.35.0', + 'google-cloud-storage>=2.0.0,<3.0.0', 'joblib==1.1.0', ], extras_require={