rich>=13.0.0
pydantic>=2.6
typer>=0.12
psutil>=5.9.0
platformdirs>=4.0
keyring>=24.0

[all]
whilly-orchestrator[server,worker]

[dev]
whilly-orchestrator[server,worker]
pytest>=8.0
pytest-asyncio>=0.23
testcontainers>=4.0
ruff==0.11.5
mypy>=1.11
import-linter>=2.0
coverage[toml]>=7.4

[server]
asyncpg>=0.29
fastapi>=0.110
uvicorn[standard]>=0.27
alembic>=1.13
sqlalchemy[asyncio]>=2.0

[worker]
httpx>=0.27
