user pass to be hash with bcrypt

This commit is contained in:
Jakub Miazek
2023-09-02 15:15:36 +02:00
parent f6b3958d12
commit 76b0d427e7
4 changed files with 1 additions and 136 deletions

View File

@@ -21,7 +21,6 @@ pytest-asyncio = "*"
uvloop = "*"
httptools = "*"
rich = "*"
cryptography = "*"
pyjwt = {version = "*", extras = ["cryptography"]}
redis = "*"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}