Dear all,
we are currently struggling with installing custom Python packages that are not provided by PyPI using the gears-cli. We use install-requirements, export-requirements and import-requirements in a Docker multi-stage build in order provide an image with preinstalled Python packages.
Currently, it seems that entries (lines) in the requirements.txt file are treated as strings and it is not possible to use --extra-index-url in order to specify an alternative package index or to provide a path.
Did we miss something or are there any workarounds?
Are there any plans for allowing alternative Python package indexes (e.g. a GitLab package index) or specifying paths?
Thanks a lot for all of your support and your great work!