diff --git a/attachment_azure/__manifest__.py b/attachment_azure/__manifest__.py index 9d91f11..23e4dde 100644 --- a/attachment_azure/__manifest__.py +++ b/attachment_azure/__manifest__.py @@ -14,8 +14,8 @@ "depends": ["base_attachment_object_storage"], "external_dependencies": { "python": [ - "azure.storage.blob", # pip: azure-storage-blob - "azure.identity" # pip: azure-identity + "azure-storage-blob", # pip: azure-storage-blob + "azure-identity" # pip: azure-identity ], }, "website": "https://github.com/camptocamp/odoo-cloud-platform",