16 lines
300 B
TOML
16 lines
300 B
TOML
[project]
|
|
name = "loapi"
|
|
version = "1.0.0"
|
|
description = "Loan Operations API"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi>=0.104.0",
|
|
"uvicorn[standard]>=0.24.0",
|
|
"pydantic>=2.0.0",
|
|
"pydantic-settings>=2.0.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = []
|