8 lines
294 B
Plaintext
8 lines
294 B
Plaintext
# Skill-specific Python dependencies.
|
|
# Keep this file minimal.
|
|
# Platform-provided shared dependencies are installed by Jiangchang runtime.
|
|
# Add only dependencies required by this skill.
|
|
#
|
|
# Browser RPA: uses system Chrome/Edge; no `playwright install chromium` needed.
|
|
playwright>=1.42.0,<2
|