release: python-runtime, runtime_env sync, docs

This commit is contained in:
2026-04-08 12:06:14 +08:00
parent 9926eb04cb
commit 7ac6e39ff9
6 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# JIANGCHANG: 匠厂技能共享 Python 运行时(唯一依赖真源,与宿主 resources/jiangchang-python-runtime 同步)
[project]
name = "jiangchang-skills-runtime"
version = "0.1.0"
description = "Unified venv dependencies for Jiangchang OpenClaw skills (Playwright, OpenAI SDK, etc.)"
requires-python = ">=3.11"
dependencies = [
"playwright>=1.49.0,<2",
"openai>=1.55.0",
"requests>=2.31.0",
]