forked from lgc-NB2Dev/nonebot-plugin-picmcstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (27 loc) · 764 Bytes
/
pyproject.toml
File metadata and controls
31 lines (27 loc) · 764 Bytes
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
[project]
name = "nonebot-plugin-picmcstat"
dynamic = ["version"]
description = "A NoneBot2 plugin generates a pic from a Minecraft server's MOTD"
authors = [{ name = "LgCookie", email = "lgc2333@126.com" }]
dependencies = [
"nonebot2>=2.4.1",
"nonebot-plugin-alconna>=0.54.2",
"mcstatus>=11.1.1",
"pil-utils>=0.2.2",
"punycode>=0.2.1",
"dnspython>=2.7.0",
"cookit[pydantic]>=0.9.3",
]
requires-python = ">=3.9,<4.0"
readme = "README.md"
license = { text = "MIT" }
[project.urls]
homepage = "https://github.com/lgc-NB2Dev/nonebot-plugin-picmcstat"
[tool.pdm.build]
includes = []
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_picmcstat/__init__.py"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"