# Core dependencies
pandas>=1.5.0
numpy>=1.23.0

# NLP
spacy>=3.5.0
# Note: fr-core-news-md model needs to be downloaded separately:
# python -m spacy download fr_core_news_md

# Text analysis
textstat>=0.7.3
nltk>=3.8
chardet>=5.2.0

# Visualization
plotly>=5.14.0
jinja2>=3.1.2

# Configuration
pyyaml>=6.0
pydantic>=2.0.0

# Export
reportlab>=4.0.0

# CLI
click>=8.1.0

# Testing
pytest>=7.3.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0
