mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
* twilio * phone number validation * enforce user preference --------- Co-authored-by: Kartik Sarangmath <kartiksarangmath@Kartiks-MacBook-Air.local>
19 lines
347 B
Plaintext
19 lines
347 B
Plaintext
# Servers requirements - includes both MCP and FastAPI dependencies
|
|
|
|
# MCP Server
|
|
fastmcp==2.9.2
|
|
|
|
# FastAPI Server
|
|
fastapi>=0.100.0
|
|
uvicorn[standard]>=0.23.0
|
|
python-jose[cryptography]>=3.3.0
|
|
|
|
# Push notifications
|
|
exponent-server-sdk>=2.1.0
|
|
|
|
# Twilio notifications
|
|
twilio>=8.0.0
|
|
sendgrid>=6.10.0
|
|
|
|
# Shared dependencies
|
|
-r ../shared/requirements.txt |