Flask==3.1.3 Werkzeug>=3.0.0 PyJWT>=2.8.0 # Database SQLAlchemy>=2.0.0 # Email (for newsletter) Flask-Mail>=0.9.0 # Optional enhancements python-dotenv>=1.0.0 # requests>=2.31.0 # For update checking and external API calls beautifulsoup4>=4.12.2 # HTML parsing for SEO analyzer # Development and deployment gunicorn>=21.2.0 # WSGI server psycopg2-binary>=2.9.0 # PostgreSQL driver redis>=5.0.0 # Redis client structlog>=23.0.0 # Structured logging sentry-sdk[flask]>=1.40.0 # Error tracking flask-translator