From 756c943c59b4ca07ee3c241ece87a5883b15f6cd Mon Sep 17 00:00:00 2001 From: "Alex V. Kotlar" Date: Wed, 29 Jul 2020 13:49:42 -0400 Subject: [PATCH] add google-cloud-storage (#9172) --- hail/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hail/python/requirements.txt b/hail/python/requirements.txt index a6912a6dd2da..9aa75db439c3 100644 --- a/hail/python/requirements.txt +++ b/hail/python/requirements.txt @@ -18,3 +18,4 @@ requests>=2.21.0,<2.21.1 scipy>1.2,<1.4 tabulate==0.8.3 tqdm==4.42.1 +google-cloud-storage==1.25.* \ No newline at end of file