# Requirements for Python 3.8 (System Python) # Core FastAPI dependencies fastapi>=0.104.0 uvicorn[standard]>=0.24.0 websockets>=12.0 python-dotenv>=1.0.0 pydantic>=2.0.0,<3.0.0 starlette>=0.27.0 # HTTP and async aiohttp>=3.8.0 aiohttp-retry>=2.8.0 requests>=2.28.0 # Database mysql-connector-python>=8.0.0 # Audio processing numpy>=1.21.0 pydub>=0.25.0 # System utilities psutil>=5.9.0 # JWT PyJWT>=2.6.0 # AWS (if needed) boto3>=1.26.0 botocore>=1.29.0 # LangChain (if needed - may have compatibility issues with Python 3.8) # langchain-community>=0.0.20 # langchain-aws>=0.1.0 # FAISS (if needed) # faiss-cpu>=1.7.0 # PDF processing (if needed) # PyMuPDF>=1.20.0 # Twilio twilio>=8.0.0