QQ-GitHub-Bot/pyproject.toml

27 lines
539 B
TOML
Raw Normal View History

2020-09-10 09:29:27 +00:00
[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"
2020-09-17 16:49:47 +00:00
psutil = "^5.7.2"
nb-cli = "^0.2.0"
2020-11-23 13:15:12 +00:00
sentry-sdk = "^0.19.4"
2020-11-23 10:35:17 +00:00
nonebot2 = "^2.0.0-alpha.6"
2020-09-10 09:29:27 +00:00
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
nonebot-test = "^0.1.0"
2020-09-10 09:29:27 +00:00
2020-09-17 16:49:47 +00:00
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
2020-09-10 09:29:27 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"