# Core dependencies pydantic==2.4.2 pydantic-settings==2.0.3 # Selenium selenium==4.15.2 webdriver-manager==4.0.1 # Excel support (legacy compatibility) xlrd==2.0.1 # YAML support PyYAML==6.0.1 # Security - Version compatible Windows sans Rust cryptography==3.4.8 # OTP pyotp==2.9.0 # System integration keyring==24.2.0 # Development and testing pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 black==23.9.1 flake8==6.1.0 # Logging and monitoring structlog==23.2.0 # Web dashboard Flask==3.0.0 # HTTP requests (if needed) requests==2.31.0 # System monitoring (optional) psutil==5.9.6 # Date/time utilities python-dateutil==2.8.2