diff --git a/pyproject.toml b/pyproject.toml index b8c7fc0c7..92f0ec599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,15 @@ [tool.poetry] name = "jumpserver" -version = "v3.9" +version = "v3.10" description = "广受欢迎的开源堡垒机" 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"