Create S3 Worker

This commit is contained in:
IgorVolochay
2025-12-29 12:57:20 +03:00
parent c85e2e550c
commit 1a58387666
2 changed files with 90 additions and 0 deletions
+2
View File
@@ -5,8 +5,10 @@ description = ""
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiobotocore>=2.26.0",
"dotenv>=0.9.9",
"fastapi>=0.121.1",
"minio>=7.2.20",
"python-multipart>=0.0.20",
"uvicorn>=0.38.0",
]