Limit azure-storage-blob to the currently supported version

This commit is contained in:
allegroai 2020-05-09 19:34:54 +03:00
parent 7962b041c0
commit 1c2b0056a8

View File

@ -67,7 +67,7 @@ setup(
'boto3>=1.9',
],
'azure': [
'azure-storage-blob>=2.0.1',
'azure-storage-blob>=2.0.1,<=2.1',
],
'gs': [
'google-cloud-storage>=1.13.2',