Create /upload_token endpoint

This commit is contained in:
IgorVolochay
2026-01-03 17:37:37 +03:00
parent 325a9d9ff1
commit ecd3d79f2b
5 changed files with 57 additions and 18 deletions
+2
View File
@@ -9,6 +9,8 @@ dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.121.1",
"minio>=7.2.20",
"pydantic>=2.12.5",
"python-multipart>=0.0.20",
"redis>=7.1.0",
"uvicorn>=0.38.0",
]