mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-16 21:28:02 +00:00
11 lines
240 B
TOML
11 lines
240 B
TOML
[project]
|
|
name = "mcstatus-api"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.30.0",
|
|
"mcstatus>=12.0.5",
|
|
]
|