-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (28 loc) · 778 Bytes
/
pyproject.toml
File metadata and controls
28 lines (28 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "fastapi-infra-kit"
version = "1.0.0"
description = "A FastAPI infrastructure kit for building robust applications"
readme = "README.md"
requires-python = "==3.12.1"
dependencies = [
"alembic==1.16.4",
"asyncpg==0.30.0",
"fastapi-pagination==0.13.3",
"fastapi[standard-no-fastapi-cloud-cli]==0.116.1",
"greenlet==3.2.3",
"isort==6.0.1",
"loguru==0.7.3",
"prometheus-fastapi-instrumentator==7.1.0",
"psycopg2-binary==2.9.10",
"pydantic-settings==2.10.1",
"pytest==8.4.1",
"pytest-asyncio>=1.1.0",
"python-json-logger==3.3.0",
"python-multipart==0.0.20",
"redis==6.4.0",
"ruff==0.12.7",
"sqlakeyset==2.0.1746777265",
"sqlalchemy==2.0.42",
"testcontainers==4.12.0",
"trio>=0.30.0",
]