This commit is contained in:
2026-01-14 17:58:25 +08:00
commit 4620e349d9
20 changed files with 2207 additions and 0 deletions

26
pyproject.toml Normal file
View File

@@ -0,0 +1,26 @@
[project]
name = "wxcom-wnzs-adapter"
version = "0.1.0"
description = "企业微信万能助手适配器"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"casbin>=1.43.0",
"fastapi[standard]>=0.116.1",
"fastapi-utils>=0.8.0",
"motor>=3.7.1",
"pyjwt>=2.10.1",
"pyminio>=0.3.1",
"pytest>=8.4.1",
"python-dotenv>=1.1.1",
"sqlmodel>=0.0.24",
"uvicorn>=0.35.0",
"apscheduler>=3.11.0",
"pydantic<2.10",
"pickledb>=1.3.2",
"wecom-sdk>=1.0.0",
"xmltodict>=1.0.2",
]
[dependency-groups]
dev = []