diff --git a/excel_import_export/__manifest__.py b/excel_import_export/__manifest__.py index fb7fa2541..2bb0cc75e 100644 --- a/excel_import_export/__manifest__.py +++ b/excel_import_export/__manifest__.py @@ -10,7 +10,7 @@ "website": "https://github.com/OCA/server-tools", "category": "Tools", "depends": ["mail"], - "external_dependencies": {"python": ["xlrd", "xlwt", "openpyxl"]}, + "external_dependencies": {"python": ["openpyxl"]}, "data": [ "security/ir.model.access.csv", "wizard/export_xlsx_wizard.xml",