
[api]
fastapi>=0.111
uvicorn>=0.30

[db]
psycopg[binary]>=3.2
psycopg_pool>=3.2

[dev]
pytest>=8.0

[worker]
redis>=5.0
rq>=1.16
