Advocate_Life_Style / requirements.txt
DocUA's picture
Add multi-provider AI support with Anthropic Claude integration
5933c22
raw
history blame contribute delete
460 Bytes
# Core dependencies for Lifestyle Journey MVP
gradio>=5.3.0
python-dotenv>=1.0.0
google-genai>=0.5.0
anthropic>=0.40.0
typing-extensions>=4.5.0
huggingface-hub>=0.16.0
# Python compatibility
dataclasses; python_version<"3.7"
# Testing Lab additional dependencies
pandas>=2.0.0
numpy>=1.24.0
# Optional: for enhanced data analysis (if needed)
matplotlib>=3.6.0
seaborn>=0.12.0
# Development dependencies (optional)
pytest>=7.0.0
black>=23.0.0
flake8>=6.0.0