# Python dependencies for tower-of-joy project
# Install with: source .venv/bin/activate && pip install -r requirements.txt

# Uptime Kuma API client for automated monitor setup
uptime-kuma-api==1.2.1

# 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
qdrant-client==1.11.3
sentence-transformers==3.3.1
