first init
This commit is contained in:
parent
e7d4521331
commit
2e089d65bf
8 changed files with 555 additions and 2 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "mcmotd-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.2",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue