add geoip

This commit is contained in:
咕谷酱
2025-08-17 23:56:46 +08:00
parent eaa6d4d92b
commit de0c86f4a2
11 changed files with 503 additions and 82 deletions

View File

@@ -15,6 +15,7 @@ dependencies = [
"fastapi>=0.104.1",
"httpx>=0.28.1",
"loguru>=0.7.3",
"maxminddb>=2.8.2",
"msgpack-lazer-api",
"osupyparser>=1.0.7",
"passlib[bcrypt]>=1.7.4",
@@ -25,12 +26,13 @@ dependencies = [
"python-jose[cryptography]>=3.3.0",
"python-multipart>=0.0.6",
"redis>=5.0.1",
"rosu-pp-py>=3.1.0",
"sentry-sdk[fastapi,httpx,loguru,sqlalchemy]>=2.34.1",
"sqlalchemy>=2.0.23",
"sqlmodel>=0.0.24",
"uvicorn[standard]>=0.24.0",
]
authors = ["GooGuTeam"]
authors = [{ name = "GooGuTeam" }]
[tool.ruff]
line-length = 88