From 457a66ae9ce434f3807db763854cf0cf0f9ac6d5 Mon Sep 17 00:00:00 2001 From: Thomas Desrosiers <681004+thomasdesr@users.noreply.github.com> Date: Fri, 29 May 2020 16:24:32 -0400 Subject: [PATCH] Reverts setup.py changes from 76450c8d4 (#8670) --- python/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 65902a515..a75b481fa 100644 --- a/python/setup.py +++ b/python/setup.py @@ -188,8 +188,6 @@ def find_version(*filepath): requires = [ "aiohttp", - "boto3", - "botocore", "click >= 7.0", "colorama", "filelock",