From ecf8b7067104ddb6b2f7f3904a5b55fde5d8ea2e Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Thu, 6 Aug 2020 17:52:14 +0200 Subject: [PATCH] [FIX] Deeply wrong dependency from `csv`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oh, my God... What the heck! 😰 --- account_bank_statement_import_txt_xlsx/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_txt_xlsx/__manifest__.py b/account_bank_statement_import_txt_xlsx/__manifest__.py index fe94183a..373d6d04 100644 --- a/account_bank_statement_import_txt_xlsx/__manifest__.py +++ b/account_bank_statement_import_txt_xlsx/__manifest__.py @@ -17,7 +17,7 @@ "multi_step_wizard", "web_widget_dropdown_dynamic", ], - "external_dependencies": {"python": ["csv", "xlrd"]}, + "external_dependencies": {"python": ["xlrd"]}, "data": [ "security/ir.model.access.csv", "data/map_data.xml",