Skip to content

Commit

Permalink
Add external dependencies 'email-validator' to partner_import_helper …
Browse files Browse the repository at this point in the history
…manifest
  • Loading branch information
arnaudlayec committed May 27, 2024
1 parent 64f7d50 commit 85b00ff
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 85b00ff

Please sign in to comment.