feat: lark adapter

This commit is contained in:
Junyan Qin
2025-01-29 23:31:40 +08:00
parent a661f24ae0
commit ea254d57d2
5 changed files with 410 additions and 4 deletions

View File

@@ -25,7 +25,8 @@ required_deps = {
"aioshutil": "aioshutil",
"argon2": "argon2-cffi",
"jwt": "pyjwt",
"Crypto": "pycryptodome"
"Crypto": "pycryptodome",
"lark_oapi": "lark-oapi"
}