pydantic>=2.0
pydantic-settings>=2.0
sqlalchemy[asyncio]>=2.0
aiosqlite>=0.20
httpx>=0.27
fastapi>=0.110
uvicorn[standard]>=0.29
typer>=0.9
rich>=13.0
sse-starlette>=2.0
click>=8.0

[all]
toolatlas-mcp[postgres,redis]

[dev]
pytest>=8
pytest-asyncio>=0.24
pytest-cov>=5
ruff>=0.3
mypy>=1.8

[postgres]
asyncpg>=0.30

[redis]
redis>=5.0
