🔒 Changed to argon2

This commit is contained in:
Mawoka
2022-03-05 15:48:21 +01:00
parent df5f73a1d8
commit c1e45edf70
3 changed files with 119 additions and 12 deletions
+2
View File
@@ -18,6 +18,8 @@ redis = "==4.2.0rc1"
aiohttp = "*"
gunicorn = { version = "*"}
qrcode = "*"
jinja2 = "*"
argon2-cffi = "*"
[dev-packages]