perf: 对ce、ee依赖库进行分组

pull/12928/head
Bai 2024-03-19 16:29:40 +08:00
parent d04ac09e82
commit 06259a2d63
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,10 @@ authors = ["ibuler <ibuler@qq.com>"]
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"