mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-14 12:18:03 +00:00
15 lines
351 B
TOML
15 lines
351 B
TOML
[project]
|
|
name = "mcstatus-api"
|
|
version = "0.1.0"
|
|
description = "A Minecraft Server status API based on FastAPI"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.110.0",
|
|
"gunicorn>=21.2.0",
|
|
"uvicorn[standard]>=0.29.0",
|
|
"httpx>=0.27.0",
|
|
"pillow>=10.3.0",
|
|
"dnspython>=2.6.1"
|
|
"mcstatus>= 12.0.5"
|
|
]
|