# Core dependencies
robotframework>=6.1.1                # Base Robot Framework
robotframework-seleniumlibrary>=6.1.0  # For web UI automation

# Self-healing specific dependencies
beautifulsoup4>=4.12.2              # For HTML parsing in candidate_algo.py
rapidfuzz>=3.3.1                    # For fuzzy string matching in candidate_algo.py
python-dotenv>=1.0.0                # For loading .env files with OpenAI API key
openai>=1.3.5                       # For GPT-4 API integration

# Utility packages
requests>=2.31.0                    # HTTP library for API calls
lxml>=4.9.3                         # For HTML parsing in candidate_algo.py 