# MindFinTech - Dépendances Python
# Installation: pip install --user -r requirements.txt

# Google APIs (Gmail)
google-auth>=2.0.0
google-auth-oauthlib>=1.0.0
google-auth-httplib2>=0.1.0
google-api-python-client>=2.100.0

# Text-to-Speech
elevenlabs>=2.0.0

# Parsing HTML
beautifulsoup4>=4.12.0
html2text>=2020.1.16

# LLM APIs
anthropic>=0.25.0
requests>=2.31.0

# Configuration
python-dotenv>=1.0.0
