Manage addon dependencies with pypi packages



Writing my first addon and need opencv lib to reach my goal. I was wondering if it’s possible to manage dependencies in the usual way we do with python.

By usual I mean, with a pyproject.toml pointing to Pypi packages, …

I saw one way documented is to repackage the lib for kodi but that sounded weird/painful to me, as this will require to repackage a lot of thing the day I will use a lib having their own dependencies too….