From 06259a2d63d1cdfd089fd75877b8c565bb0b2876 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 19 Mar 2024 16:29:40 +0800 Subject: [PATCH 1/2] =?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" From 51890c94cc5633da3aa6cd65831698e9e39d9bd7 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 19 Mar 2024 16:35:15 +0800 Subject: [PATCH 2/2] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19a8919fa..92f0ec599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jumpserver" -version = "v3.9" +version = "v3.10" description = "广受欢迎的开源堡垒机" authors = ["ibuler "] license = "GPLv3"