12 lines
244 B
TOML
12 lines
244 B
TOML
[project]
|
|
name = "Webhook Plugin"
|
|
version = "0.1.1"
|
|
description = "将发消息的接口代理出来"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"ncatbot5>=5.5.2.post3",
|
|
"aiohttp>=3.9",
|
|
"python-dotenv>=1.0",
|
|
]
|