req: 修复依赖
parent
866637b658
commit
b165eff6b9
|
|
@ -7,7 +7,7 @@ dependencies = [
|
||||||
"aiohttp>=3.13.2",
|
"aiohttp>=3.13.2",
|
||||||
"asyncio>=4.0.0",
|
"asyncio>=4.0.0",
|
||||||
"loguru>=0.7.3",
|
"loguru>=0.7.3",
|
||||||
# maim-message - 使用本地开发版本,通过uv pip install -e手动安装
|
"maim-message>=0.6.2",
|
||||||
"pillow>=12.0.0",
|
"pillow>=12.0.0",
|
||||||
"requests>=2.32.5",
|
"requests>=2.32.5",
|
||||||
"rich>=14.2.0",
|
"rich>=14.2.0",
|
||||||
|
|
@ -35,7 +35,7 @@ select = [
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
]
|
]
|
||||||
|
|
||||||
ignore = ["E711","E501"]
|
ignore = ["E711", "E501"]
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue