add geoip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user