From 929b468e3b53150929fa3511a4e0f265ee8ff147 Mon Sep 17 00:00:00 2001 From: akotlar Date: Wed, 29 Jul 2020 13:24:05 -0400 Subject: [PATCH] add google-cloud-storage --- hail/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hail/python/requirements.txt b/hail/python/requirements.txt index a6912a6dd2d..9aa75db439c 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