-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpyproject.toml
46 lines (39 loc) · 1.46 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.isort]
profile = "black"
line_length = 79
length_sort = true
skip_gitignore = true
force_sort_within_sections = true
extra_standard_library = ["typing_extensions"]
[tool.poetry]
name = "WutheringWavesUID"
version = "1.0.0"
description = "支持OneBot(QQ)、OneBotV12、QQ频道、微信、KOOK(开黑啦)、Telegram(电报)、FeiShu(飞书)、DoDo、Villa(米游社大别野)、Discord的全功能HoshinoBot/NoneBot2/Koishi/yunzai/ZeroBot鸣潮机器人插件"
authors = ["tyql688 <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/tyql688/WutheringWavesUID"
repository = "https://github.com/tyql688/WutheringWavesUID"
[tool.poetry.dependencies]
python = ">=3.10, <4.0"
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[project]
authors = [
{ name = "tyql688", email = "[email protected]" },
]
license = { text = "GPL-3.0-or-later" }
requires-python = ">=3.10, <4.0"
dependencies = [
"redis>=5.2.1",
]
name = "WutheringWavesUID"
version = "1.0.0"
description = "支持OneBot(QQ)、OneBotV12、QQ频道、微信、KOOK(开黑啦)、Telegram(电报)、FeiShu(飞书)、DoDo、Villa(米游社大别野)、Discord的全功能HoshinoBot/NoneBot2/Koishi/yunzai/ZeroBot鸣潮机器人插件"
readme = "README.md"
[project.urls]
homepage = "https://github.com/tyql688/WutheringWavesUID"
repository = "https://github.com/tyql688/WutheringWavesUID"