| # Core Dependencies | |
| fastapi>=0.100.0 | |
| uvicorn[standard]>=0.20.0 | |
| pydantic>=2.0.0 | |
| # HTTP Client | |
| requests>=2.31.0 | |
| httpx>=0.24.0 | |
| # Data Processing | |
| numpy>=1.21.0 | |
| pandas>=1.5.0 | |
| # Scientific Computing (for QuLab integration) | |
| scipy>=1.9.0 | |
| matplotlib>=3.5.0 | |
| # Memory and Search | |
| faiss-cpu>=1.7.0 | |
| sentence-transformers>=2.2.0 | |
| # Development and Testing | |
| pytest>=7.0.0 | |
| pytest-asyncio>=0.21.0 | |
| # Optional: For enhanced MCP features | |
| websockets>=11.0.0 | |
| aiofiles>=0.23.0 | |
| # Configuration | |
| python-dotenv>=1.0.0 | |
| pyyaml>=6.0 |