# ============================================================================
# Hakalab Framework - Python Dependencies
# ============================================================================
haka-playwright-engine
playwright>=1.57.0
playwright-stealth>=1.0.6
behave>=1.3.3
python-dotenv>=1.0.0
jsonschema>=4.20.0
click>=8.0.0
rich>=13.0.0
jinja2>=3.0.0
pandas>=2.0.0
requests>=2.31.0
numpy>=1.24.0
pypdf>=4.0.0


# Video concatenation (ffmpeg binary)
imageio-ffmpeg>=0.4.9

# API JSON Validation Dependencies
deepdiff>=6.7.0
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.0.0
flake8>=4.0.0
pylint>=2.12.0

# Semantic Validation Dependencies (AI) - Instalar para validaciones de Gen AI
#sentence-transformers>=2.2.0
#torch>=2.0.0
#transformers>=4.30.0
#keybert>=0.8.0
#scikit-learn>=1.3.0

# GenAI Evaluation Dependencies - Instalar para validaciones de Gen AI
google-genai

# OCR Dependencies - instalar si se usa OCR
#pytesseract>=0.3.10
easyocr>=1.7.0
Pillow>=10.0.0
opencv-python>=4.8.0
pyautogui


## Dependencia para pruebas mobile
Appium-Python-Client

# ============================================================================
# End of requirements.txt
# ============================================================================
