-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
28 lines (25 loc) · 868 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
[project]
name = "nonebot_plugin_suggarchat"
version = "1.9.0"
description = "Plugin for the Suggar chat framework compatible with Nonebot2."
authors = [{ name = "JohnRichard4096", email = "windowserror@163.com" }]
dependencies = [
"nonebot2>=2.2.0",
"openai>=1.5.0",
"pydantic>=2.4.2",
"nonebot-adapter-onebot>=2.0.0",
"nonebot-plugin-localstore>=0.7",
]
requires-python = ">=3.9, <4.0"
readme = "README.md"
license = { text = "GPL-3.0-or-later" }
keywords = ["chat", "suggar", "nonebot"]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[project.urls]
"Homepage" = "https://github.com/JohnRichard4096/nonebot_plugin_suggarchat"
"Source" = "https://github.com/JohnRichard4096/nonebot_plugin_suggarchat"
"Issue Tracker" = "https://github.com/JohnRichard4096/nonebot_plugin_suggarchat/issues"