Files
cvfs/requirements.txt
2026-04-02 19:15:47 +02:00

41 lines
548 B
Plaintext

# Legacy fallback only. Primary deps live in pyproject.toml.
# Core - always installed
python-dotenv
requests
tqdm
# Logging (alveslib)
python-logging-loki
# Backend (fastapi or flask)
fastapi
flask
flask-cors
sqlalchemy[asyncio]
asyncpg
httpx
uvicorn[standard]
pydantic
pydantic-settings
python-jose[cryptography]
python-docx
boto3
# Worker (Celery + Redis)
celery[redis]
redis
# Scraper (alveslib)
seleniumbase
beautifulsoup4
# Minimal webapp
streamlit
# AI / Agent SDK
anthropic
# ML (heavy - comment out if not needed)
torch
tensorboard