# ================================ # PaperBOT - Core Dependencies # ================================ # Only includes packages actually used in the codebase # Core Web Framework fastapi>=0.115.0 uvicorn>=0.30.0 python-multipart>=0.0.9 jinja2>=3.1.4 # Haystack AI Framework (RAG) haystack-ai>=2.4.0 # Vector Database - Pinecone pinecone-haystack>=2.0.0 # LLM Integration - Google Gemini google-ai-haystack>=2.0.0 # Embeddings sentence-transformers>=3.0.0 # Document Processing pypdf>=4.0.0 python-docx>=1.1.0 openpyxl>=3.1.0 markdown>=3.5.0 pandas>=2.1.0 # Utilities python-dotenv>=1.0.0 psutil>=5.9.0 tqdm>=4.66.0 # Note: torch, transformers, numpy etc. are auto-installed as dependencies