req: 修复依赖

pull/78/head
tcmofashi 2026-01-16 15:31:04 +00:00
parent 866637b658
commit b165eff6b9
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ dependencies = [
"aiohttp>=3.13.2",
"asyncio>=4.0.0",
"loguru>=0.7.3",
# maim-message - 使用本地开发版本通过uv pip install -e手动安装
"maim-message>=0.6.2",
"pillow>=12.0.0",
"requests>=2.32.5",
"rich>=14.2.0",
@ -35,7 +35,7 @@ select = [
"B", # flake8-bugbear
]
ignore = ["E711","E501"]
ignore = ["E711", "E501"]
[tool.ruff.format]
docstring-code-format = true