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

argon2: module version

This commit is contained in:
Peter Bieringer 2025-04-29 19:19:06 +02:00
parent be54c8067f
commit 02eb82354b

View file

@ -29,6 +29,7 @@ _T_co = TypeVar("_T_co", covariant=True)
RADICALE_MODULES: Sequence[str] = ("radicale", "vobject", "passlib", "defusedxml",
"bcrypt",
"argon2-cffi",
"pika",
"ldap",
"ldap3",