blob: f74c3620b1e1c804d79cb877a26b3a940470983c [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-hosts = {{ pip_trusted_hosts }}
{% endif %}