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:
@@ -21,7 +21,6 @@ pytest-asyncio = "*"
|
||||
uvloop = "*"
|
||||
httptools = "*"
|
||||
rich = "*"
|
||||
cryptography = "*"
|
||||
pyjwt = {version = "*", extras = ["cryptography"]}
|
||||
redis = "*"
|
||||
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
|
||||
|
||||
Reference in New Issue
Block a user