From 5b145f3e33ce7140834bc687ee9fbf63590f95b9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 Dec 2019 08:02:30 +0300 Subject: [PATCH] Cleanup pip configuration --- pip/.pip/pip.conf | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pip/.pip/pip.conf b/pip/.pip/pip.conf index 340acee..1c668a1 100644 --- a/pip/.pip/pip.conf +++ b/pip/.pip/pip.conf @@ -1,18 +1,5 @@ [global] disable-pip-version-check = yes -default-timeout = 120 -timeout = 120 -trusted-host = irc.stmdev.ru pyshop.ci.srv.szd -# index-servers = mein - -[install] no-binary = :all: cache-dir = /tmp/pip-cache - -index-url = http://pip:pip@pyshop.ci.srv.szd/simple/ -# index-url = http://stargrave:stargrave@localhost:8080/simple/ - -# [mein] -# username: stargrave -# password: stargrave -# repository: http://localhost:8080/simple/ +index-url = http://localhost:8080/simple/ -- 2.44.0