You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ClassAssistant/pyproject.toml

23 lines
397 B

[tool.poetry]
name = "classRobot"
version = "0.1.0"
description = "classRobot"
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
nonebot2 = "^2.0.0.a1"
nb-cli = "^0.1.0"
[tool.poetry.dev-dependencies]
nonebot-test = "^0.1.0"
[nonebot.plugins]
plugins = []
plugin_dirs = ["src/plugins"]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"