-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (42 loc) · 1.58 KB
/
Copy pathpyproject.toml
File metadata and controls
49 lines (42 loc) · 1.58 KB
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
47
48
49
[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 = "XutheringWavesUID"
version = "1.0.0"
description = "支持OneBot(QQ)、OneBotV12、QQ频道、微信、KOOK(开黑啦)、Telegram(电报)、FeiShu(飞书)、DoDo、Villa(米游社大别野)、Discord的全功能HoshinoBot/NoneBot2/Koishi/yunzai/ZeroBot鸣潮机器人插件"
authors = ["tyql688 <632558678@qq.com>", "Loping151 <wkl@loping151.com>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/Loping151/XutheringWavesUID"
repository = "https://github.com/Loping151/XutheringWavesUID"
[tool.poetry.dependencies]
python = ">=3.10, <4.0"
[tool.pdm.waves_build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[project]
authors = [
{ name = "tyql688", email = "632558678@qq.com" },
]
license = { text = "GPL-3.0-or-later" }
requires-python = ">=3.10, <4.0"
dependencies = [
"pypinyin>=0.50.0",
"rapidfuzz>=3.0.0",
"playwright>=1.40.0",
"opencv-python>=4.8.0",
]
name = "XutheringWavesUID"
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/Loping151/XutheringWavesUID"
repository = "https://github.com/Loping151/XutheringWavesUID"