更新配置,添加nb-cli开发依赖和昵称未设置时是否提示的选项

This commit is contained in:
2024-11-05 19:02:48 +08:00
parent ce46bb9ae1
commit 54bc05642d
4 changed files with 169 additions and 127 deletions

View File

@ -32,6 +32,11 @@ path = "nonebot_plugin_marshoai/constants.py"
[tool.pdm.build]
includes = []
[tool.pdm.dev-dependencies]
dev = [
"nb-cli>=1.4.2",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"