ContentGeneration / requirements.txt
daemon03's picture
updated req.txt
4ffe188
raw
history blame contribute delete
385 Bytes
altair
# Core API clients
openai==2.8.0
google-generativeai==0.8.5
google-genai==1.49.0
pymongo==4.15.4
# Google Cloud Platform
google-cloud-storage==3.5.0
google-auth==2.38.0
google-api-core==2.28.1
# Image processing
Pillow==11.3.0
# HTTP clients
httpx==0.28.1
# Retry logic
tenacity==9.1.2
# Environment variables
python-dotenv==1.2.1
# Streamlit (for UI)
streamlit==1.43.0