mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 23:20:21 +00:00
20 lines
392 B
TOML
20 lines
392 B
TOML
[tool.poetry]
|
|
name = "qq-github-bot"
|
|
version = "0.1.0"
|
|
description = "GitHub Bot for QQ"
|
|
authors = ["yanyongyu <yanyongyu_1@126.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
# nonebot = "^2.0.0"
|
|
# nb-cli = "^0.1.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
yapf = "^0.30.0"
|
|
# nonebot-test = "^0.1.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|