# Minimal requirements for basic LLMASS functionality
python-dotenv>=1.0.0

# For email organizer (optional - if you want categorization)
# scikit-learn>=1.0.0
# numpy>=1.21.0

# For email responder (optional - if you want LLM responses)  
# transformers>=4.30.0
# torch>=2.0.0
# accelerate>=0.20.0
# sentencepiece>=0.1.99
# protobuf>=3.20.0
# langdetect>=1.0.9  # ML-based language detection (highly recommended)

# For test email generation (optional)
# faker>=18.0.0
# lorem>=0.1.1
