mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
user pass to be hash with bcrypt
This commit is contained in:
@@ -24,7 +24,7 @@ rich = "*"
|
||||
cryptography = "*"
|
||||
pyjwt = {version = "*", extras = ["cryptography"]}
|
||||
redis = "*"
|
||||
passlib = "^1.7.4"
|
||||
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
devtools = { extras = ["pygments"], version = "*" }
|
||||
|
||||
Reference in New Issue
Block a user