diff --git a/partner_identification_gln/__manifest__.py b/partner_identification_gln/__manifest__.py index 422123a8c..9ec7829e5 100644 --- a/partner_identification_gln/__manifest__.py +++ b/partner_identification_gln/__manifest__.py @@ -10,7 +10,6 @@ "license": "AGPL-3", "author": "Acsone S.A.,Odoo Community Association (OCA)", "website": "https://github.com/OCA/partner-contact", - "external_dependencies": {"python": ["stdnum"]}, "depends": ["partner_identification"], "data": ["data/partner_identification_gln.xml"], "installable": True, diff --git a/requirements.txt b/requirements.txt index 2d6c3b6a3..bcfab71c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ # generated from manifests external_dependencies email-validator -python-stdnum