mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-17 05:38:00 +00:00
fix: requirements and some syntax fix.
This commit is contained in:
parent
ac7ecb183e
commit
1a9def0a23
3 changed files with 12 additions and 7 deletions
|
|
@ -5,7 +5,11 @@ description = "A Minecraft Server status API based on FastAPI"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.115.0",
|
||||
"uvicorn>=0.30.0",
|
||||
"mcstatus>=12.0.5",
|
||||
"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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue