去掉依赖

This commit is contained in:
2026-06-07 14:50:44 +08:00
parent 4c5bc31b0e
commit 5b555e4313
10 changed files with 43 additions and 23 deletions

View File

@@ -1,9 +1 @@
# Skill-specific Python dependencies.
# Keep this file minimal.
# Platform shared APIs are provided by jiangchang-platform-kit from Jiangchang shared runtime.
#
# Required platform SDK. Do not vendor jiangchang_skill_core inside a skill.
jiangchang-platform-kit>=1.0.11
# Browser RPA example: uses system Chrome/Edge; no `playwright install chromium` needed.
playwright>=1.42.0,<2
# 公共依赖由宿主共享 runtime 提供;这里只声明技能特有 Python 依赖。