daily-briefing/requirements.txt
Sam c15176bff4 fix: replace passlib with direct bcrypt to fix password hashing crash
passlib 1.7.4 is incompatible with bcrypt>=4.1, causing a ValueError
during internal bug detection. Using bcrypt directly avoids this.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 16:20:36 +01:00

9 lines
166 B
Text

fastapi==0.115.0
uvicorn[standard]==0.34.0
httpx==0.28.1
asyncpg==0.30.0
jinja2==3.1.5
websockets==14.2
aiomqtt==2.3.0
python-jose[cryptography]==3.3.0
bcrypt==4.2.1