Fix azure-storage-blob requirement

This commit is contained in:
allegroai 2019-09-07 23:28:11 +03:00
parent dc632e160f
commit 68b2e9e242

View File

@ -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',