MultimodalCodingAgent / requirements.txt
hari7261's picture
Update requirements.txt
cc40a7e verified
raw
history blame contribute delete
679 Bytes
# Core Dependencies
gradio>=4.0.0
agno>=0.1.0
pillow>=9.0.0
# Google AI Dependencies
google-generativeai>=0.3.0
google-genai>=0.1.0
# Utility Dependencies
requests>=2.28.0
typing-extensions>=4.0.0
# Development Dependencies (Optional)
pytest>=7.0.0
black>=22.0.0
flake8>=5.0.0
# System Dependencies for Multi-language Support
# Note: The following require system-level installation:
# - Node.js (for JavaScript/TypeScript)
# - OpenJDK or Oracle JDK (for Java)
# - GCC/G++ (for C/C++)
# - ts-node (npm install -g ts-node) for TypeScript
# Optional: For enhanced image processing
opencv-python>=4.5.0
numpy>=1.21.0
# Web Server (if deploying)
uvicorn>=0.18.0
fastapi>=0.85.0