Files
portainer-core/services/core-api/requirements.txt
T

35 lines
697 B
Plaintext

# FastAPI and ASGI server
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.10.4
pydantic-settings==2.7.0
# HTTP client
httpx==0.28.1
python-socketio[asyncio_client]==5.11.4
# Web scraping
beautifulsoup4==4.12.3
trafilatura==1.12.2
lxml==5.3.0
# Utilities
python-multipart==0.0.12
python-dotenv==1.0.1
python-json-logger==2.0.7
# Authentication & Security
PyJWT[crypto]==2.9.0
python-jose[cryptography]==3.3.0
cryptography==43.0.3
# Memory & Embeddings (using Ollama for embeddings - no local models needed)
qdrant-client==1.11.3
# Agent Framework (compatible versions)
langgraph==0.2.45
langchain==0.3.7
langchain-community==0.3.7
langchain-core<0.4.0,>=0.3.17
langchain-ollama==0.2.0