feat(*): 添加测试项目代码
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user