Files
jpmschweitzerandClaude Opus 4.5 75c3950dd8 feat: add Docker healthchecks, remove Uptime Kuma
- Add healthcheck configurations to 13 stacks for Portainer status monitoring
- Remove Uptime Kuma service (replaced by Docker healthchecks)
- Clean up stale Heimdall references
- Update documentation and service counts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 12:05:05 +01:00

32 lines
639 B
Plaintext

# Python dependencies for tower-of-joy project
# Install with: source .venv/bin/activate && pip install -r requirements.txt
# 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