fix: use bcrypt directly instead of passlib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user