Hi,
I'm trying to setup PyBuilder to download pip dependencies from a localshop instance that I've setup and I'm getting the error:
The repository located at <IP_ADDR> is not a trusted or secure host and is being ignored.
On the pip command line, I'm able to install my dependencies by adding --trusted-host = <IP_ADDR> to my command.
I've searched through the pip_utils.py source code and cannot find any reference to --trusted_host. Is there currently any support for the '--trusted_host' flag in PyBuilder? If not, are there any plans to add it?