use old crypt lib in python < 3.11 (#483)

This commit is contained in:
adb
2025-02-16 13:18:42 +01:00
committed by GitHub
parent 7e6f8ddfba
commit 5cfdb0698f
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"deltachat-rpc-client",
"filelock",
"requests",
"crypt-r",
"crypt-r >= 3.13.1 ; python_version >= '3.11'",
]
[tool.setuptools]