# Core dependencies (REQUIRED) pymysql>=1.1.0 # MySQL database connector python-dotenv>=1.0.0 # Environment variable management # Optional dependencies (for enhanced features) schedule>=1.2.0 # Job scheduling tabulate>=0.9.0 # Pretty table output for monitoring # Data analysis dependencies (optional - only install if needed) # pandas>=2.1.0 # Data analysis - uncomment if using analyzers # numpy>=1.25.0 # Numerical operations - uncomment if using analyzers # System monitoring (optional but recommended for deployment tests) psutil>=5.8.0 # System resource monitoring # Caching dependency (optional) # redis>=4.5.0 # Caching layer - uncomment if using Redis