Files
AM516/requirements.txt
2026-07-13 14:46:39 +08:00

12 lines
397 B
Plaintext

# 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