From f2191e85d4827d02036a4b99eeeba888b452ee04 Mon Sep 17 00:00:00 2001 From: omkarkhatavkar Date: Wed, 23 Feb 2022 14:15:56 +0530 Subject: [PATCH] unpin the boto from setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9f6885bf..6371eb1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,8 +28,8 @@ max-line-length = 100 install_requires = azure<5.0.0 azure-storage-common>=1.0 - boto3==1.10.50 - botocore==1.13.50 + boto3 + botocore boto cached_property dateparser