Files
webhook/pyproject.toml

12 lines
243 B
TOML

[project]
name = "WebhookPlugin"
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",
]