customeragent-api / server /requirements.txt
anasraza526's picture
Added missing Jinja2 and pandas dependencies
96773d7
# Core FastAPI Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
starlette==0.27.0
python-multipart==0.0.6
aiofiles==24.1.0
websockets==13.1
python-socketio==5.11.4
# Database
SQLAlchemy==2.0.23
psycopg2-binary==2.9.9
asyncpg==0.29.0
alembic==1.13.1
# Auth & Security
python-jose==3.3.0
passlib==1.7.4
bcrypt==4.1.1
cryptography==46.0.3
# AI - Cloud APIs only (no heavy local models)
google-generativeai==0.8.6
google-ai-generativelanguage==0.6.15
google-api-core==2.28.1
google-api-python-client==2.187.0
google-auth==2.35.0
googleapis-common-protos==1.71.0
openai==1.3.7
# Data & Validation
pydantic==2.12.5
pydantic-settings==2.2.1
pydantic_core==2.41.5
python-dotenv==1.0.0
email-validator==2.1.0
pydantic[email]
# Utilities
requests==2.32.5
httpx==0.28.1
aiohttp==3.13.2
aiosmtplib==3.0.1
PyMuPDF==1.25.3
beautifulsoup4==4.12.2
html2text==2025.4.15
numpy==1.26.4
python-dateutil==2.9.0.post0
# Caching & Rate limiting
redis==5.0.1
slowapi==0.1.9
diskcache==5.6.3
celery==5.3.4
kombu==5.6.1
# ML lite essentials (removed local heavy models for cloud speed)
scikit-learn==1.3.2
faiss-cpu==1.13.1
psutil==7.1.3
apscheduler==3.10.4
faker==28.0.0
# Monitoring
sentry-sdk==1.38.0
prometheus-client==0.19.0
# Misc
Jinja2==3.1.2
pandas==2.1.3
bleach==6.3.0
orjson==3.11.4
tenacity==9.1.2
PyYAML==6.0.3
rich==14.2.0