Skip to content

Commit

Permalink
Merge pull request #10 from arnaudlayec/master
Browse files Browse the repository at this point in the history
Add external dependencies 'email-validator' to partner_import_helper …
  • Loading branch information
alexis-via authored May 27, 2024
2 parents abe73c3 + 85b00ff commit b575a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partner_import_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
'import_helper_base',
'phone_validation', # would be nice to avoid depending on it ?
],
"external_dependencies": {"python" : ["email-validator"]},
'installable': True,
}

0 comments on commit b575a44

Please sign in to comment.