Merge pull request #72 from ShiroRikka/uv-deps-add

📦 build(deps): 添加 pyproject.toml 依赖
pull/74/head
墨梓柒 2025-12-20 13:44:53 +08:00 committed by GitHub
commit a0bc06205c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,18 @@
name = "MaiBotNapcatAdapter"
version = "0.5.5"
description = "A MaiBot adapter for Napcat"
dependencies = [
"aiohttp>=3.13.2",
"asyncio>=4.0.0",
"loguru>=0.7.3",
"maim-message>=0.5.7",
"pillow>=12.0.0",
"requests>=2.32.5",
"rich>=14.2.0",
"sqlmodel>=0.0.27",
"tomlkit>=0.13.3",
"websockets>=15.0.1",
]
[tool.ruff]