diff --git a/sql_export_excel/__manifest__.py b/sql_export_excel/__manifest__.py index 237b2df70..95cc1288b 100644 --- a/sql_export_excel/__manifest__.py +++ b/sql_export_excel/__manifest__.py @@ -12,6 +12,11 @@ 'depends': [ 'sql_export', ], + 'external_dependencies': { + 'python': [ + 'openpyxl', + ], + }, 'data': [ 'views/sql_export_view.xml', ],