mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-11-04 21:22:43 +08:00
63 lines
1.6 KiB
TOML
63 lines
1.6 KiB
TOML
[project]
|
|
name = "nonebot-plugin-nailongremove"
|
|
dynamic = ["version"]
|
|
description = "识别目标并撤回图片插件"
|
|
authors = [
|
|
{ name = "445", email = "2877834692@qq.com" },
|
|
{ name = "student_2333", email = "lgc2333@126.com" }
|
|
]
|
|
requires-python = "<4.0,>=3.9"
|
|
dependencies = [
|
|
"nonebot2>=2.2.0",
|
|
"nonebot-plugin-alconna>=0.53.1",
|
|
"nonebot-plugin-uninfo>=0.5.0",
|
|
"opencv-python>=4.5",
|
|
"numpy>=1.19",
|
|
"keras>=2.4",
|
|
"pillow>=9",
|
|
"torch>=2.4",
|
|
"torchvision>=0.19",
|
|
"cookit>=0.8.1",
|
|
"httpx>=0.27.2",
|
|
"githubkit>=0.11.14",
|
|
"yarl>=1.17.1",
|
|
"tqdm>=4.66.6",
|
|
]
|
|
license = { text = "MIT" }
|
|
readme = "README.md"
|
|
keywords = ["nonebot", "plugin", "image"]
|
|
|
|
[project.urls]
|
|
homepage = "https://github.com/Refound-445/nonebot-plugin-nailongremove"
|
|
repository = "https://github.com/Refound-445/nonebot-plugin-nailongremove"
|
|
|
|
[project.optional-dependencies]
|
|
model1 = ["onnxruntime>=1.19.2", "onnxruntime-gpu>=1.19.2"]
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
[tool.pdm.dev-dependencies]
|
|
dev = [
|
|
"nonebot-adapter-discord>=0.1.8",
|
|
"nonebot-adapter-dodo>=0.2.1",
|
|
"nonebot-adapter-feishu>=2.6.0",
|
|
"nonebot-adapter-kaiheila>=0.3.4",
|
|
"nonebot-adapter-kritor>=0.3.2",
|
|
"nonebot-adapter-mirai>=2.3.3",
|
|
"nonebot-adapter-onebot>=2.4.5",
|
|
"nonebot-adapter-qq>=1.5.2",
|
|
"nonebot-adapter-red>=0.9.0",
|
|
"nonebot-adapter-satori>=0.12.6",
|
|
"nonebot-adapter-telegram>=0.1.0b18",
|
|
"nonebot-adapter-tailchat>=0.1.0b12",
|
|
]
|
|
|
|
[tool.pdm.build]
|
|
includes = []
|
|
|
|
[tool.pdm.version]
|
|
source = "file"
|
|
path = "nonebot_plugin_nailongremove/__init__.py"
|