This commit is contained in:
2026-04-08 11:00:31 +08:00
parent fb21a127b5
commit 7019cf180d
17 changed files with 960 additions and 1 deletions

18
wechat-bot/pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "wechat-bot"
version = "0.1.0"
description = "企业微信消息分发中转站 - 企业微信与 Agent 的桥梁"
requires-python = ">=3.10"
dependencies = [
"wecom-aibot-python-sdk>=1.0.1",
"python-dotenv>=1.0.0",
"httpx>=0.27.0",
"aiosqlite>=0.20.0",
]
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["bot*"]