16 lines
311 B
TOML
16 lines
311 B
TOML
[project]
|
|
name = "mcdr-server"
|
|
version = "0.0.1"
|
|
description = "MCDR For Server Using"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"mcdreforged>=2.15.5",
|
|
"pip>=25.3",
|
|
"pipx>=1.8.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
|
default = true
|