mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
fix: support Python 3.13 by installing web.py from GitHub
This commit is contained in:
@@ -3,8 +3,6 @@ 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
|
||||
@@ -32,4 +30,9 @@ python-telegram-bot
|
||||
# slack bot
|
||||
slack_bolt
|
||||
# discord bot
|
||||
discord.py
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user