add passlib to project

This commit is contained in:
Jakub Miazek
2023-09-02 14:57:45 +02:00
parent b960a7ef20
commit 17bf59a5b6
3 changed files with 22 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ rich = "*"
cryptography = "*"
pyjwt = {version = "*", extras = ["cryptography"]}
redis = "*"
passlib = "^1.7.4"
[tool.poetry.dev-dependencies]
devtools = { extras = ["pygments"], version = "*" }