# =================================== # SentinelScope AI - MINIMAL Requirements # Just the essentials to get FastAPI running # Add more as you test your core/ modules # =================================== # Core FastAPI fastapi==0.109.0 uvicorn[standard]==0.27.0 # Authentication python-jose[cryptography]==3.3.0 PyJWT==2.8.0 passlib[bcrypt]==1.7.4 # Data Validation pydantic==2.5.3 pydantic[email]==2.5.3 # File uploads python-multipart==0.0.6 # Environment variables python-dotenv==1.0.0 # Production server gunicorn==21.2.0