Intial Init

This commit is contained in:
Murasame 2025-08-16 04:50:02 +08:00
parent c197ac5d5d
commit 3dbd5e8a8e
7 changed files with 294 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "mcstatus-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.1",
"flask-cors>=6.0.1",
"mcstatus>=12.0.5",
]