# ═══════════════════════════════════════════════════ # Google Alerts Reporter - Web Version Dependencies # ═══════════════════════════════════════════════════ # FastAPI Framework fastapi==0.104.1 uvicorn[standard]==0.24.0 python-multipart==0.0.6 # Templates jinja2==3.1.2 # Gmail API google-api-python-client==2.108.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.0 # HTML/XML Parsing beautifulsoup4==4.12.2 html5lib==1.1 lxml==4.9.3 # HTTP Requests requests==2.31.0 httpx==0.25.2 # Environment Variables python-dotenv==1.0.0 # PDF Generation weasyprint==60.1 reportlab==4.0.7 # Authentication & Security passlib[bcrypt]==1.7.4 python-jose[cryptography]==3.3.0 slowapi==0.1.9 # Data Validation pydantic==2.5.0 pydantic-settings==2.1.0 # Utilities python-dateutil==2.8.2 pytz==2023.3 # Optional: Better terminal output colorama==0.4.6