fix: requirements and some syntax fix.

This commit is contained in:
GiriNeko 2025-09-02 17:53:47 +08:00
parent ac7ecb183e
commit 1a9def0a23
3 changed files with 12 additions and 7 deletions

View file

@ -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"
]