# Python dependencies for Commercial RPA automation scripts # Install with: pip install -r requirements.txt # Required for Python 3.12+ (provides distutils which was removed) setuptools>=65.0.0 # Web automation selenium>=4.0.0 undetected-chromedriver>=3.5.0 # Data processing pandas>=1.5.0 # PDF processing PyPDF2>=3.0.0 # Image processing Pillow>=9.0.0 # Audio processing (for EGM download) pydub>=0.25.0 # HTTP requests (if needed) requests>=2.28.0