From db11e5af6c967b0efe90d9bc250bbce04a03c0c2 Mon Sep 17 00:00:00 2001 From: Alexander Olekhnovich Date: Fri, 20 May 2022 13:19:31 +0200 Subject: [PATCH] Unpin azure-storage-blob dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 23c5f8bc..eb400da4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir = =. packages = find: install_requires = - azure-storage-blob == 2.1.0 + azure-storage-blob >= 2.1.0 botocore cryptography google-api-python-client