# FastAPI and web framework dependencies fastapi==0.104.1 uvicorn[standard]==0.24.0 jinja2==3.1.2 python-multipart==0.0.6 # Database and ORM sqlmodel==0.0.14 psycopg[binary]==3.2.3 alembic==1.13.1 # Authentication and security python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 httpx==0.25.2 # Development and testing pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 # Logging and monitoring structlog==23.2.0 # Static files and templates aiofiles==23.2.1