MrDraw/requirements.txt
Gina Häußge 532ac0264d Force https index URL in requirements.txt
Also an additional measure against #2193
2017-11-01 16:15:18 +01:00

12 lines
317 B
Text

###
# This file is only here to make sure that something like
#
# pip install -e .[develop]
#
# works as expected. Requirements can be found in setup.py in the
# 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
.