✨ feat(deps): 添加 pyproject.toml 依赖
- 向 pyproject.toml 添加了 aiohttp, asyncio, loguru, maim-message, pillow, requests, rich, sqlmodel, tomlkit, websockets 依赖pull/72/head
parent
424ca5b473
commit
3de2444b0e
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue