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