加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
mryunqi 提交于 2022-02-05 09:57 . 第一次更新
[tool.poetry]
name = "dldlol"
version = "0.1.0"
description = "dldlol"
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7.3"
nonebot2 = "^2.0.0.a1"
[tool.poetry.dev-dependencies]
nb-cli = "^0.5.0"
nonebot-plugin-test = "^0.3.0"
[nonebot.plugins]
plugins = []
plugin_dirs = ["src/plugins"]
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化