Files
skill-template/requirements.txt
2026-06-07 11:28:45 +08:00

10 lines
382 B
Plaintext

# 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