17 lines
334 B
TOML
17 lines
334 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",
|
|
"pydantic>=2.12.5",
|
|
"python-multipart>=0.0.20",
|
|
"redis>=7.1.0",
|
|
"uvicorn>=0.38.0",
|
|
]
|