-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
65 lines (58 loc) · 1.77 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[tool.black]
line-length = 79
target-version = ["py38", "py39", "py310"]
include = '\.pyi?$'
skip-string-normalization = true
extend-exclude = '''
'''
[tool.isort]
profile = "black"
line_length = 79
length_sort = true
skip_gitignore = true
force_sort_within_sections = true
extra_standard_library = ["typing_extensions"]
[tool.pdm]
distribution = false
[tool.poetry]
name = "MajsoulUID"
version = "0.0.1"
description = "基于GsCore, 支持OneBot(QQ)、OneBotV12、QQ频道、微信、KOOK(开黑啦)、Telegram(电报)、FeiShu(飞书)、DoDo、Villa(米游社大别野)、Discord的全功能HoshinoBot/NoneBot2/Koishi/yunzai/ZeroBot雀魂机器人插件"
authors = ["KimigaiiWuyi <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/KimigaiiWuyi/MajsoulUID"
repository = "https://github.com/KimigaiiWuyi/MajsoulUID"
documentation = "https://docs.sayu-bot.com/"
packages = [{ include = "MajsoulUID" }]
exclude = ["tests", "deploy"]
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/KimigaiiWuyi/MajsoulUID/issues"
[tool.poetry.dependencies]
python = "^3.8.1"
[[tool.poetry.source]]
name = "USTC"
url = "https://pypi.mirrors.ustc.edu.cn/simple"
priority = "primary"
[tool.pyright]
disableBytesTypePromotions = false
[tool.basedpyright]
deprecateTypingAliases = false
[project]
name = "MajsoulUID"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{ name = "KimigaiiWuyi", email = "[email protected]" },
{ name = "baiqwerdvd", email = "[email protected]" },
]
dependencies = [
"websockets>=13.0.1",
"httpx>=0.27.2",
"betterproto>=2.0.0b7",
"pydantic>=2.9.2",
"msgspec>=0.18.6",
]
requires-python = "==3.12.*"
readme = "README.md"
license = { text = "GPL-3.0-or-later" }