23 lines
370 B
Plaintext
23 lines
370 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
|
|
|
|
# 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
|
|
|
|
# Memory & Embeddings
|
|
qdrant-client==1.11.3
|
|
sentence-transformers==3.3.1
|