We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6468ff commit 5209c37Copy full SHA for 5209c37
src/recipe/lang/Python/common.h
@@ -27,6 +27,8 @@ static Source_t pl_python_sources[] =
27
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/pypi/web/simple"},
28
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple"},
29
{&Ali, "https://mirrors.aliyun.com/pypi/simple/"},
30
+ {&Nju, "https://mirror.nju.edu.cn/pypi/web/simple"},
31
+ {&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple"},
32
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple"},
33
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"},
34
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},
0 commit comments