Skip to content

Commit

Permalink
Fix azure-storage-blob requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Sep 7, 2019
1 parent dc632e1 commit 68b2e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def read_version_string():
'boto3>=1.9',
],
'azure': [
'azure.storage.blob>=2.0.1',
'azure-storage-blob>=2.0.1',
],
'gs': [
'google-cloud-storage>=1.13.2',
Expand Down

0 comments on commit 68b2e9e

Please sign in to comment.