# The baseline runs on the kit's stdlib SQLite store — no ORM, no DB driver. An # app that needs its own database adds it here and swaps the store wiring in # app/accounts.py for bw_store_sqlalchemy (see PACKS.md). fastapi>=0.111 uvicorn[standard]>=0.30 itsdangerous>=2.1 # Starlette SessionMiddleware signs the session cookie with it