commit | 83bcdfbc7e77aa521d28332faa2cbbdd7cbad42a | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:33:08 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:33:08 2017 -0500 |
tree | 8c4b4bc979f1008c73cfb73a6ed7914a15980a85 | |
parent | 4834dcc7b4f5c07755c9ae1ab09ef455df6684af [diff] |
updated template
diff --git a/templates/pip.conf.j2 b/templates/pip.conf.j2 index e19e56a..f74c362 100644 --- a/templates/pip.conf.j2 +++ b/templates/pip.conf.j2
@@ -3,8 +3,6 @@ {% if http_proxy is defined %} proxy = {{ http_proxy }} {% endif %} - {% if pip_trusted_hosts is defined %} -[install] trusted-hosts = {{ pip_trusted_hosts }} {% endif %} \ No newline at end of file