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"
|
2020-11-15 07:02:14 +00:00
|
|
|
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"
|
2020-11-15 07:02:14 +00:00
|
|
|
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"
|