From 68b2e9e24238b9c23b0cb13d27b73b13e09035b5 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 7 Sep 2019 23:28:11 +0300 Subject: [PATCH] Fix azure-storage-blob requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cb53d71..dad93882 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( 'boto3>=1.9', ], 'azure': [ - 'azure.storage.blob>=2.0.1', + 'azure-storage-blob>=2.0.1', ], 'gs': [ 'google-cloud-storage>=1.13.2',