From f76e484ff517bb60a1452b06688adb038e9a30f4 Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Sat, 8 Jun 2024 16:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/chatchat-server/poetry.toml | 3 --- libs/chatchat-server/pyproject.toml | 2 +- libs/model-providers/poetry.toml | 3 --- poetry.toml | 4 ---- 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/libs/chatchat-server/poetry.toml b/libs/chatchat-server/poetry.toml index 3b673ef3..44b8767e 100644 --- a/libs/chatchat-server/poetry.toml +++ b/libs/chatchat-server/poetry.toml @@ -1,9 +1,6 @@ [virtualenvs] in-project = true -[installer] -modern-installation = false - [plugins] [plugins.pypi_mirror] url = "https://pypi.tuna.tsinghua.edu.cn/simple" diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index 3bb9870b..cf980bf5 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -261,4 +261,4 @@ location = ".env" [[tool.poetry.source]] name = "tsinghua" url = "https://pypi.tuna.tsinghua.edu.cn/simple/" -priority = "default" +priority = "primary" diff --git a/libs/model-providers/poetry.toml b/libs/model-providers/poetry.toml index 3b673ef3..44b8767e 100644 --- a/libs/model-providers/poetry.toml +++ b/libs/model-providers/poetry.toml @@ -1,9 +1,6 @@ [virtualenvs] in-project = true -[installer] -modern-installation = false - [plugins] [plugins.pypi_mirror] url = "https://pypi.tuna.tsinghua.edu.cn/simple" diff --git a/poetry.toml b/poetry.toml index 3b673ef3..68cda26b 100644 --- a/poetry.toml +++ b/poetry.toml @@ -1,9 +1,5 @@ [virtualenvs] in-project = true -[installer] -modern-installation = false - -[plugins] [plugins.pypi_mirror] url = "https://pypi.tuna.tsinghua.edu.cn/simple"