QQ-GitHub-Bot/pyproject.toml

26 lines
513 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"
2020-09-10 09:29:27 +00:00
# nonebot = "^2.0.0"
# nb-cli = "^0.1.0"
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
# nonebot-test = "^0.1.0"
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"