feat: Добавлена библиотека Loguru

This commit is contained in:
AURUMVORXX
2025-10-26 01:03:27 +05:00
parent db66994cc8
commit 0ffad9d214
2 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,8 @@ description = ""
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.116.1",
"fastapi>=0.120.0",
"loguru>=0.7.3",
"uvicorn>=0.35.0",
"websockets>=15.0.1",
]