add bcrypt

This commit is contained in:
osbm 2025-05-05 17:54:57 +03:00
parent 02c22fba58
commit 035b0cf172

View File

@ -34,6 +34,7 @@
pyjwt # JWT authentication pyjwt # JWT authentication
psycopg2-binary psycopg2-binary
passlib passlib
bcrypt
] ]
)) ))
fastapi-cli fastapi-cli