amkyawdev-coder-backend / requirements.txt
amkyawdev's picture
Upload full backend with updated settings - GROQ_MODEL=llama-3.1-8b-instant
14aad8e verified
Raw
History Blame Contribute Delete
389 Bytes
# FastAPI & Server
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
python-multipart>=0.0.12
# AI Services
groq>=0.8.0
huggingface_hub>=0.26.0
# Database & Vector
firebase-admin>=6.5.0
# Deployment
boto3>=1.35.0
# Utilities
pydantic>=2.9.0
pydantic-settings>=2.5.0
python-dotenv>=1.0.0
httpx>=0.27.0
tenacity>=9.0.0
# Security
slowapi>=0.1.9
# Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0