Initial AM516 Feishu bot package

This commit is contained in:
Codex
2026-07-13 14:46:39 +08:00
commit 436f8cd981
25 changed files with 3138 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# Feishu official server-side Python SDK for long-connection event delivery.
lark-oapi==1.4.0
# Python 3.14 compatibility: lark-oapi 1.4.0 still imports the removed cgi module.
legacy-cgi>=2.6.3
# Required when the runtime reaches Feishu through a SOCKS proxy.
python-socks[asyncio]>=2.7.0
# Makes Python TLS use the macOS system trust store, including an approved proxy CA.
truststore>=0.10.4