fix: use bcrypt directly instead of passlib

This commit is contained in:
gilesb
2026-01-07 16:00:22 +00:00
parent 290cb9cadc
commit 95e2bb9a39
2 changed files with 7 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ fastapi>=0.109.0
uvicorn>=0.27.0
requests>=2.31.0
cryptography>=42.0.0
passlib[bcrypt]>=1.7.4
bcrypt>=4.0.0
python-jose[cryptography]>=3.3.0
markdown>=3.5.0
python-multipart>=0.0.6