diff --git a/account_asset_management/__manifest__.py b/account_asset_management/__manifest__.py index 23e331c38..790ec6f99 100644 --- a/account_asset_management/__manifest__.py +++ b/account_asset_management/__manifest__.py @@ -10,7 +10,6 @@ "depends": ["account", "report_xlsx_helper"], "excludes": ["account_asset"], "development_status": "Mature", - "external_dependencies": {"python": ["python-dateutil"]}, "author": "Noviat, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", "category": "Accounting & Finance", diff --git a/requirements.txt b/requirements.txt index 285480089..12252fc0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ freezegun numpy-financial<=1.0.0 numpy>=1.15 -python-dateutil vatnumber