mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 23:27:45 +08:00
24 lines
440 B
TOML
24 lines
440 B
TOML
[project]
|
|
name = "server-status-cv-py"
|
|
version = "0.1.0"
|
|
description = "Server status client"
|
|
authors = [
|
|
{name = "snowykami", email = "snowykami@outlook.com"},
|
|
]
|
|
dependencies = [
|
|
"requests>=2.32.3",
|
|
"psutil>=6.0.0",
|
|
"arclet-alconna>=1.8.30",
|
|
]
|
|
requires-python = ">=3.11"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
|
|
[tool.pdm]
|
|
distribution = true
|