orthanc-server / orthanc-builder

Repo used to build osimis/orthanc docker images, windows installers and OSX packages
GNU Affero General Public License v3.0
26 stars 12 forks source link

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

Open yomarbuzz opened 5 months ago

yomarbuzz commented 5 months ago

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.