blob: e19e56a376f1b730380ec64bd12f5042cfca537b [file] [log] [blame]
[global]
index-url = {{ pip_index_url }}
{% if http_proxy is defined %}
proxy = {{ http_proxy }}
{% endif %}
{% if pip_trusted_hosts is defined %}
[install]
trusted-hosts = {{ pip_trusted_hosts }}
{% endif %}