# 19-seo-keyword-strategy dependencies
# Install: pip install -r requirements.txt

# HTTP & Async
requests>=2.31.0
aiohttp>=3.9.0

# Data Processing
pandas>=2.1.0

# NLP / Text Similarity
scikit-learn>=1.3.0

# Async & Retry
tenacity>=8.2.0
tqdm>=4.66.0

# Environment & CLI
python-dotenv>=1.0.0
rich>=13.7.0
