# Core dependencies
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=5.1.0
sqlalchemy>=2.0.0
pyyaml>=6.0

# Web scraping
selenium>=4.15.0
scrapy>=2.11.0
newspaper3k>=0.2.8

# NLP processing
mecab-python3>=1.0.6
sudachipy>=0.6.7
janome>=0.5.0
fugashi>=1.3.0
unidic-lite>=1.0.8

# Machine learning for POS tagging
scikit-learn>=1.3.0
numpy>=1.24.0
pandas>=2.0.0

# Scheduling
schedule>=1.2.0
apscheduler>=3.10.0

# CLI
click>=8.1.7
rich>=13.7.0
tabulate>=0.9.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0

# Development
black>=23.12.0
flake8>=7.0.0
mypy>=1.8.0
isort>=5.13.0
