Files
DanDingNoneBot/requirements.txt
Mr.Xia c62ac37611 review: fix critical/medium bugs in 4 plugins (round 2)
group_horse_racing:
- settle_race: rewrite with 7 bug fixes (race condition, draw double-credit, empty participants, etc.)
- models.py: reorder fields for correct defaults, add indexes
- message_service: add logger import

danding_points:
- api.py: add finally blocks to 3 methods (add_points, get_history, get_leaderboard)
- database.py: add finally block to get_user_balance

chatai:
- __init__.py: deprecated API→asyncio.to_thread, deduplicate logging, taskkill filter for safety
- screenshot.py: XSS protection with bleach on HTML content
- requirements.txt: add bleach dependency

danding_qqpush:
- api.py L13: fix self-referencing _renderer NameError crash
- api.py: lazy singleton pattern via _get_renderer() instead of per-request ImageRenderer
- __init__.py: mask Token in log output (security)

All 34 tests pass.
2026-05-10 00:30:22 +08:00

88 lines
1.7 KiB
Plaintext

aiofiles==24.1.0
aiosqlite==0.17.0
amis-python==1.0.8.post2
annotated-types==0.7.0
anyio==4.7.0
APScheduler==3.11.0
arclet-alconna==1.8.35
arclet-alconna-tools==0.7.10
argcomplete==3.5.2
async-timeout==5.0.1
beautifulsoup4==4.12.3
bleach==6.2.0
bs4==0.0.2
certifi==2024.12.14
charset-normalizer==3.4.0
click==8.1.7
ecdsa==0.19.0
exceptiongroup==1.2.2
fastapi==0.115.6
filetype==1.2.0
greenlet==3.1.1
h11==0.14.0
httptools==0.6.4
idna==3.10
importlib_metadata==8.5.0
iso8601==1.1.0
jieba==0.42.1
jieba_fast==0.53
Jinja2==3.1.4
loguru==0.7.3
Markdown==3.7
MarkupSafe==3.0.2
msgpack==1.1.0
multidict==6.1.0
nepattern==0.7.7
nonebot-adapter-onebot==2.4.6
nonebot-plugin-alconna==0.54.1
nonebot-plugin-apscheduler==0.2.0
nonebot-plugin-htmlrender==0.5.1
nonebot-plugin-localstore==0.7.2
nonebot-plugin-send-anything-anywhere==0.7.1
nonebot-plugin-uninfo==0.6.2
nonebot-plugin-waiter==0.8.0
nonebot2==2.4.0
nonebot_plugin_learning_chat==0.4.0
nonebot_plugin_withdraw==0.4.1
packaging==24.2
pillow==11.0.0
pilmoji==2.0.5
pipx==1.7.1
platformdirs==4.3.6
playwright==1.49.1
propcache==0.2.1
pyasn1==0.6.1
pydantic==1.10.19
pydantic_core==2.27.1
pyee==12.0.0
Pygments==2.18.0
pygtrie==2.5.0
pymdown-extensions==10.13
python-dotenv==1.0.1
python-jose==3.3.0
python-markdown-math==0.8
pytz==2024.2
PyYAML==6.0.2
requests==2.32.3
rsa==4.9
ruamel.yaml==0.17.40
ruamel.yaml.clib==0.2.12
six==1.17.0
sniffio==1.3.1
soupsieve==2.6
starlette==0.41.3
StrEnum==0.4.15
tarina==0.6.8
tomli==2.2.1
typing_extensions==4.12.2
tzlocal==5.2
ujson==5.10.0
urllib3==2.2.3
userpath==1.9.2
uvicorn==0.32.1
uvloop==0.21.0
watchfiles==1.0.3
websockets==14.1
yarl==1.18.3
zipp==3.21.0