Add logger

This commit is contained in:
IgorVolochay
2026-01-10 13:12:50 +03:00
parent dbe9c45f1b
commit 997204f414
2 changed files with 45 additions and 17 deletions
+2 -1
View File
@@ -3,11 +3,12 @@ name = "drop-me-files-analog"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.14"
dependencies = [
"aiobotocore>=2.26.0",
"dotenv>=0.9.9",
"fastapi>=0.121.1",
"loguru>=0.7.3",
"minio>=7.2.20",
"pydantic>=2.12.5",
"python-multipart>=0.0.20",