-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (29 loc) · 906 Bytes
/
pyproject.toml
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
[project]
name = "nonebot-plugin-flo-luck"
version = "0.1.6"
description = "nonebot plugin for today's luck"
readme = "README.md"
requires-python = ">=3.9, <4.0"
[tool.nonebot]
adapters = [
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }
]
plugins = ["nonebot_plugin_alconna", "nonebot_plugin_uninfo", "nonebot_plugin_localstore"]
plugin_dirs = ["nonebot_plugin_flo_luck"]
builtin_plugins = []
[tool.poetry]
name = "nonebot-plugin-flo-luck"
version = "0.1.6"
description = "nonebot plugin for today's luck."
authors = ["florenz <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
nonebot2 = ">=2.4.0"
nonebot-plugin-alconna = ">=0.54.1"
nonebot-plugin-uninfo = ">=0.6.2"
nonebot-plugin-localstore = ">=0.7.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"