mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-16 21:28:02 +00:00
Intial Init
This commit is contained in:
parent
c197ac5d5d
commit
3dbd5e8a8e
7 changed files with 294 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue