From 532ac0264dcc1be016ee04a536301f9f50647895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 1 Nov 2017 16:15:18 +0100 Subject: [PATCH] Force https index URL in requirements.txt Also an additional measure against #2193 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3175f72c..3f4887da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,6 @@ # variables INSTALL_REQUIRES and EXTRA_REQUIRES. ### +# let's force the regular pypi URL, with https, just to be sure +-i https://pypi.python.org/simple .