From 06259a2d63d1cdfd089fd75877b8c565bb0b2876 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 19 Mar 2024 16:29:40 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AF=B9ce=E3=80=81ee=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=BA=93=E8=BF=9B=E8=A1=8C=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b8c7fc0c7..19a8919fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,10 @@ authors = ["ibuler "] license = "GPLv3" readme = "README.md" +# 说明 +# poetry install (社区版) +# poetry install --with=xpack (企业版) + [tool.poetry.dependencies] python = "^3.11" cython = "3.0.0" @@ -151,6 +155,8 @@ xmlsec = "^1.3.13" polib = "^1.2.0" tqdm = "^4.66.1" +[tool.poetry.group.xpack] +optional = true [tool.poetry.group.xpack.dependencies] qingcloud-sdk = "1.2.15"