16 lines
328 B
TOML
16 lines
328 B
TOML
[project]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"celery>=5.5.3",
|
|
"dotenv>=0.9.9",
|
|
"faker>=37.12.0",
|
|
"fastapi>=0.121.1",
|
|
"mysql-connector-python>=9.5.0",
|
|
"redis>=7.0.1",
|
|
"uvicorn[standard]>=0.38.0",
|
|
]
|