Skip to content

Commit 6a5c2e2

Browse files
wagner-intevationsebix
authored andcommitted
doc: ms azure collector: more precise requirement name
use the precise name of the dependency of the Microsoft CTIP requirement https://pypi.org/project/azure-storage-blob/
1 parent 2efb8c2 commit 6a5c2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intelmq/bots/collectors/microsoft/collector_azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MicrosoftAzureCollectorBot(CollectorBot, CacheMixin):
3636

3737
def init(self):
3838
if ContainerClient is None or create_configuration is None:
39-
raise MissingDependencyError("azure.storage", version='>=12.0.0')
39+
raise MissingDependencyError("azure-storage-blob", version='>=12.0.0')
4040

4141
self.config = create_configuration(storage_sdk='blob')
4242
if hasattr(self, 'https_proxy'):

0 commit comments

Comments
 (0)