Добавил возможность загружать файлы сразу в S3

This commit is contained in:
Viner Abubakirov
2026-02-19 13:52:02 +05:00
parent 1981cb7da3
commit 8ac132e503
6 changed files with 198 additions and 30 deletions

View File

@@ -5,8 +5,10 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"boto3>=1.42.52",
"fastapi[standard]>=0.129.0",
"httpx[http2]>=0.28.1",
"python-dotenv>=1.2.1",
"tqdm>=4.67.3",
"yt-dlp[default]>=2026.2.4",
]