# requirements.txt # FastAPI and web framework fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 pydantic-settings==2.1.0 # Database motor==3.3.2 pymongo==4.6.0 # HTTP client for scraping and Ollama httpx>=0.24.0 beautifulsoup4>=4.12.0 lxml>=4.9.0 # File handling python-multipart==0.0.6 aiofiles==23.2.1 # Security (optional for future use) python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4