Files
yolkbook/backend/requirements.txt
T
derekc 3e990cae7e Replace passlib with direct bcrypt calls, drop passlib dependency
passlib is unmaintained and incompatible with bcrypt 5.0.0 due to its
internal wrap-bug detection test exceeding bcrypt's 72-byte password limit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 01:41:27 -07:00

10 lines
166 B
Plaintext

fastapi==0.136.3
uvicorn==0.48.0
sqlalchemy==2.0.50
pymysql==1.2.0
cryptography==48.0.0
pydantic==2.13.4
python-jose[cryptography]==3.5.0
bcrypt==5.0.0
httpx==0.28.1