Skip to content
Discussion options

You must be logged in to vote
[tool.poetry]
name = "Beta01"
version = "0.1.0"
description = "Beta01"
authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7.3"
nonebot2 = "^2.0.0-beta.1"

[tool.poetry.dev-dependencies]
nb-cli = "^0.6.0"

[tool.nonebot]
plugins = ["nonebot_plugin_status"]
plugin_dirs = ["src/plugins"]

[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

这应该是你pyproject.toml配置文件的正确格式,有大量报错是正常的,因为nonebot_plugin_status尚未适配2.0.0-beta1版本

/cc @yanyongyu

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ninthseason
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ninthseason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
问答
Labels
None yet
3 participants