QQ-GitHub-Bot/pyproject.toml
2021-03-11 02:00:01 +08:00

36 lines
774 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.3"
psutil = "^5.7.2"
httpx = "^0.17.0"
pydantic = "^1.8.1"
Markdown = "^3.3.4"
sentry-sdk = "^1.0.0"
typing-extensions = "^3.7.4"
nonebot2 = "^2.0.0-alpha.11"
# nonebot-adapter-cqhttp = "^2.0.0a11.post2"
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
nb-cli = "^0.4.0"
nonebot-plugin-test = "^0.2.0"
[nonebot.plugins]
plugins = ["nonebot_plugin_test"]
plugin_dirs = ["src/plugins"]
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"