feat(log): add logger

This commit is contained in:
MingxuanGame
2025-07-28 10:38:40 +00:00
parent e369944d87
commit 1be3388524
13 changed files with 212 additions and 174 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
"cryptography>=41.0.7",
"fastapi>=0.104.1",
"httpx>=0.28.1",
"loguru>=0.7.3",
"msgpack>=1.1.1",
"passlib[bcrypt]>=1.7.4",
"pydantic[email]>=2.5.0",