forked from PallasBot/Pallas-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (29 loc) · 778 Bytes
/
pyproject.toml
File metadata and controls
34 lines (29 loc) · 778 Bytes
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
31
32
33
34
[tool.poetry]
name = "Pallas-Bot"
version = "0.1.0"
description = "Pallas-Bot"
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = {extras = ["fastapi"], version = "^2.0.0rc3"}
nonebot-adapter-onebot = "^2.2.1"
requests = "^2.28.2"
requests-html = "^0.10.0"
pydantic = "^1.10.4"
pymongo = "^4.3.3"
jieba-fast = "^0.53"
pypinyin = "^0.48.0"
asyncer = "^0.0.2"
nonebot-plugin-apscheduler = "^0.2.0"
nonebot-plugin-gocqhttp = "^0.6.4"
[tool.poetry.dev-dependencies]
nb-cli = "^0.6.0"
[tool.nonebot]
plugins = ["nonebot_plugin_apscheduler", "nonebot_plugin_gocqhttp"]
plugin_dirs = ["src/plugins"]
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
pythonpath = [".", "src"]