orthanc-server/orthanc-builder

Specifying requirements in Python plugin config for non-standard libraries.

Opened this issue · 0 comments

Python plugin would greatly benefit from a feature that allows us to specify requirements.txt (or json list) in config that would be installed with pip when entrypoint is ran. Having to include all packages you need in CI or manually installing into running containers complicates python script development for Orthanc.