blob: 8856266a6b7c8fc721ff0fa4b3d345386da3f082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[tool.poetry]
name = "ATRI"
version = "0.0.1a02"
description = "适用于QQ群中的二刺螈BOT"
authors = ["Kyomotoi <kyomotoiowo@gmail.com>"]
license = "GPLv3"
readme = "README.md"
homepage = "https://github.com/Kyomotoi/ATRI"
repository = "https://github.com/Kyomotoi/ATRI"
documentation = "https://github.com/Kyomotoi/ATRI/wiki"
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0a13.post1"
nonebot-plugin-test = "^0.2.0"
nonebot-adapter-cqhttp = "^2.0.0a12"
pyyaml = "^5.3.1"
pathlib = "^1.0.1"
psutil = "^5.7.2"
aiohttp = "^3.6.2"
APScheduler = "^3.7.0"
jieba = "^0.42.1"
aiosqlite = "^0.17.0"
[tool.poetry.dev-dependencies]
black = "^21.4-beta.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|