We are develop our projects with poetry. In one of which we implement qr-code decoding. As the pip package site states zbar
needs to be installed on the system.
Is it somehow possible that poetry/pip installs the zbar
dependency, while installing our package?