mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 03:03:19 +08:00
39 lines
673 B
Plaintext
39 lines
673 B
Plaintext
numpy>=1.21
|
|
aiohttp>=3.8.6,<3.10
|
|
requests>=2.28.2
|
|
chardet>=5.1.0
|
|
Pillow
|
|
python-dotenv>=1.0.0
|
|
PyYAML>=6.0
|
|
croniter>=2.0.0
|
|
click>=8.0
|
|
qrcode
|
|
json-repair
|
|
|
|
# wechatcom & wechatmp
|
|
wechatpy
|
|
|
|
# zhipuai
|
|
zai-sdk
|
|
# tongyi qwen sdk
|
|
dashscope
|
|
|
|
# feishu
|
|
lark-oapi>=1.5.5
|
|
# dingtalk
|
|
dingtalk_stream
|
|
# wecom bot websocket mode
|
|
websocket-client>=1.4.0
|
|
pycryptodome
|
|
# telegram bot
|
|
python-telegram-bot
|
|
# slack bot
|
|
slack_bolt
|
|
# discord bot
|
|
discord.py
|
|
|
|
# web.py: PyPI 0.62 fails to build on Python 3.13+ (cgi module removed), use GitHub fix instead
|
|
web.py; python_version < "3.13"
|
|
web.py @ git+https://github.com/webpy/webpy.git ; python_version >= "3.13"
|
|
legacy-cgi; python_version >= "3.13"
|