Home / UV / Chapter 3

Chapter 3: Dependencies

Oct 9, 2024
3 of 7

For this project, we’ll need just a few dependencies:

uv add sqlmodel "fastapi[standard]" psycopg2-binary

The standard extra includes the FastAPI CLI and Uvicorn for our async HTTP server, while psycopg2-binary handles PostgreSQL connections through SQLModel.