Files
Drop-me-files-analog/app/pyproject.toml
T
2025-12-29 12:57:20 +03:00

15 lines
290 B
TOML

[project]
name = "drop-me-files-analog"
version = "0.1.0"
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",
]