Initial AM516 Feishu bot package
This commit is contained in:
11
requirements.txt
Normal file
11
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user