From c46c225ee55d9ab28447db8a9c48479a1c1036ee Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 22 May 2024 14:18:14 +0800 Subject: [PATCH] repositories --- libs/chatchat-server/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index 79b565a7..bcaa8a9d 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -244,7 +244,7 @@ ignore-words-list = 'momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy # https://python-poetry.org/docs/repositories/ -#[[tool.poetry.source]] -#name = "tsinghua" -#url = "https://pypi.tuna.tsinghua.edu.cn/simple/" -#priority = "default" +[[tool.poetry.source]] +name = "tsinghua" +url = "https://pypi.tuna.tsinghua.edu.cn/simple/" +priority = "default"