Skip to content

Commit 3ec7ba4

Browse files
committed
Replace weixin sidecar with Python SDK bridge
1 parent cc8a86b commit 3ec7ba4

32 files changed

Lines changed: 726 additions & 2002 deletions

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"pywinpty>=2.0; platform_system == 'Windows'",
2525
"python-multipart>=0.0.7,<1.0",
2626
"uvicorn[standard]>=0.27,<1.0",
27+
"wechatbot-sdk>=0.2.0",
2728
"websocket-client>=1.8,<2.0",
2829
]
2930
classifiers = [
@@ -57,7 +58,7 @@ package-dir = {"" = "src"}
5758

5859
[tool.setuptools.package-data]
5960
"cccc.ports.web" = ["dist/**"]
60-
"cccc.resources" = ["*.md", "*.yaml", "im/*.mjs"]
61+
"cccc.resources" = ["*.md", "*.yaml"]
6162

6263
[tool.setuptools.packages.find]
6364
where = ["src"]

scripts/im/package-lock.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

scripts/im/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)