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