Force https index URL in requirements.txt
Also an additional measure against #2193
This commit is contained in:
parent
caaaa2e4e9
commit
532ac0264d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in a new issue