# Core dependencies
click>=8.1.0
pyyaml>=6.0
pydantic>=2.0.0
python-dotenv>=1.0.0

# Data processing and analysis
pandas>=2.0.0
numpy>=1.24.0

# Language processing and validation
langdetect>=1.0.9
polyglot>=16.7.4

# CLI and user interface
rich>=13.0.0
tqdm>=4.65.0
colorama>=0.4.6

# File handling and utilities
pathlib2>=2.3.7
watchdog>=3.0.0

# Testing and development
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0

# Performance and parallel processing
joblib>=1.3.0
multiprocessing-logging>=0.3.0

# Data export and import
openpyxl>=3.1.0
xlrd>=2.0.1

# Configuration management
configparser>=5.3.0
jsonschema>=4.17.0

# Logging and monitoring
structlog>=23.0.0
loguru>=0.7.0

# Optional: Machine learning for advanced features
# scikit-learn>=1.3.0
# transformers>=4.30.0
# torch>=2.0.0

# LLM backends
openai>=1.0.0
transformers>=4.30.0 