diff --git a/oca_dependencies.txt b/oca_dependencies.txt index eb1f856db..b2f06e047 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,3 +1,4 @@ partner-contact reporting-engine queue +community-data-files diff --git a/pms_l10n_es/__manifest__.py b/pms_l10n_es/__manifest__.py index 4b2619c9a..9e4282960 100644 --- a/pms_l10n_es/__manifest__.py +++ b/pms_l10n_es/__manifest__.py @@ -22,6 +22,7 @@ "external_dependencies": { "python": [ "bs4", + "pycountry", ], }, "data": [ diff --git a/requirements.txt b/requirements.txt index 3e0e63668..1fb3c55d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ # generated from manifests external_dependencies bs4 +pycountry xlrd