Files
chatgpt-on-wechat/requirements.txt
zhayujie c6824e5f5e fix: add legacy-cgi dependency for Python 3.13+ #2758
Add conditional dependency `legacy-cgi` for Python 3.13+ to resolve
`web.py` installation failure caused by the removal of the `cgi` module
(PEP 594).
Thanks @sha156 for reporting.
2026-04-12 16:49:00 +08:00

29 lines
392 B
Plaintext

openai==0.27.8
aiohttp>=3.8.6,<3.10
requests>=2.28.2
chardet>=5.1.0
Pillow
web.py
legacy-cgi; python_version >= "3.13"
python-dotenv>=1.0.0
PyYAML>=6.0
croniter>=2.0.0
click>=8.0
qrcode
# wechatcom & wechatmp
wechatpy
# zhipuai
zai-sdk
# tongyi qwen sdk
dashscope
# feishu websocket mode
lark-oapi
# dingtalk
dingtalk_stream
# wecom bot websocket mode
websocket-client>=1.4.0
pycryptodome