From 4029b20c2bb07100cf456e39f933c634e79f55ce Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 19 Aug 2019 21:23:44 +0300 Subject: [PATCH] Remove boto3 and google-cloud-storage from requirements. Only if you are using Task.output_uri = 's3://' or 'gs://' you actually need to install them. If they are missing, Task.init will through exception asking to install the specific packages --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20d05698..af4ca203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,11 @@ apache-libcloud>=2.2.1 attrs>=18.0 backports.functools-lru-cache>=1.0.2 ; python_version < '3' -boto3>=1.9 -botocore>=1.12 enum34>=0.9 ; python_version < '3.6' funcsigs>=1.0 furl>=2.0.0 future>=0.16.0 futures>=3.0.5 ; python_version < '3' -google-cloud-storage>=1.13.2 humanfriendly>=2.1 jsonmodels>=2.2 jsonschema>=2.6.0 @@ -27,4 +24,4 @@ requests>=2.20.0 six>=1.11.0 tqdm>=4.19.5 typing>=3.6.4 -urllib3>=1.22 +urllib3>=1.21.1