11 lines
253 B
TOML
11 lines
253 B
TOML
[project]
|
||
name = "ncatbot-demo"
|
||
version = "0.1.0"
|
||
description = "NcatBot webhook plugin – receive external messages and forward to QQ"
|
||
readme = "README.md"
|
||
requires-python = ">=3.12"
|
||
dependencies = [
|
||
"ncatbot5>=5.5.2.post3",
|
||
"aiohttp>=3.9",
|
||
]
|