Force https index URL in requirements.txt

Also an additional measure against #2193
This commit is contained in:
Gina Häußge 2017-11-01 16:15:18 +01:00
parent caaaa2e4e9
commit 532ac0264d

View file

@ -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
.