1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

argon2: add requirements for tests

This commit is contained in:
Peter Bieringer 2025-04-29 19:39:32 +02:00
parent 631f1596ae
commit db811245e8
2 changed files with 5 additions and 3 deletions

View file

@ -38,8 +38,9 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest>=7", "waitress", "bcrypt"]
test = ["pytest>=7", "waitress", "bcrypt", "argon2-cffi"]
bcrypt = ["bcrypt"]
argon2 = ["argon2-cffi"]
ldap = ["ldap3"]
[project.scripts]