release: python-runtime, runtime_env sync, docs
This commit is contained in:
11
python-runtime/pyproject.toml
Normal file
11
python-runtime/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user