mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
37 lines
488 B
Plaintext
37 lines
488 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
|