replace deprecated crypt package with crypt-r

This commit is contained in:
adbenitez
2025-01-25 01:00:28 +01:00
committed by l
parent b2995551a2
commit 20f76c83f8
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"deltachat-rpc-client",
"filelock",
"requests",
"crypt-r",
]
[tool.setuptools]