transcription/pip.conf

12 lines
421 B
Plaintext
Raw Normal View History

[global]
# Yandex — основной (HTTP, иначе SSL WRONG_VERSION_NUMBER на HTTPS)
index-url = http://mirror.yandex.ru/pypi/simple/
# Fallback, пока simple-индекс Yandex не синхронизирован
extra-index-url = https://pypi.org/simple/
trusted-host = mirror.yandex.ru
pypi.org
files.pythonhosted.org
pypi.python.org
timeout = 300
retries = 5