diff --git a/account_statement_import_online/__manifest__.py b/account_statement_import_online/__manifest__.py index 15505f31..17ffdf72 100644 --- a/account_statement_import_online/__manifest__.py +++ b/account_statement_import_online/__manifest__.py @@ -12,7 +12,6 @@ "license": "AGPL-3", "category": "Accounting", "summary": "Online bank statements update", - "external_dependencies": {"python": ["odoo_test_helper"]}, "depends": [ "account_statement_import_base", "web_widget_dropdown_dynamic", diff --git a/requirements.txt b/requirements.txt index 962f3242..6fff9265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ # generated from manifests external_dependencies -odoo_test_helper ofxparse xlrd diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..66bc2cba --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +odoo_test_helper