# Web framework fastapi uvicorn[standard] python-multipart # Database SQLAlchemy==2.0.35 psycopg2==2.9.9 # Auth / tokens itsdangerous==2.2.0 PyJWT==2.9.0 werkzeug # Validation marshmallow==3.22.0 # Templating Jinja2==3.1.4 # Scheduler APScheduler==3.10.4 # HTTP client requests # Timezone pytz==2024.2 tzdata==2024.2 tzlocal==5.2 # Crypto cryptography==43.0.1