# Runtime dependencies. The kit itself is stdlib-friendly; easel adds the # standard-stack pieces: SQLAlchemy 2 + Alembic on the Postgres sidecar # (managed store per PACKS.md), psycopg3, and multipart for uploads. fastapi>=0.111 uvicorn[standard]>=0.30 itsdangerous>=2.1 # SessionMiddleware cookie signing + mockup bundle tokens sqlalchemy>=2 alembic psycopg[binary]>=3.1 python-multipart>=0.0.9 # FastAPI UploadFile (mockup + attachment uploads)