From 82a89f2a0f8cd51b8de833ead6da0cb61ef40eb3 Mon Sep 17 00:00:00 2001 From: Iryna Vyshnevska Date: Thu, 9 Jun 2022 13:51:50 +0300 Subject: [PATCH] set correct name to libs --- attachment_azure/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",