[FIX] Pin cryptography to keep compatibility with Odoo's pyopenssl==19.0.0

Same as https://github.com/odoo/odoo/pull/99829
pull/2712/head
Stefan Rijnhart 2023-01-23 13:14:44 +01:00 committed by tafaRU
parent 9bf5bb009e
commit 5ae7981939
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{
"name": "Database Auto-Backup",
"summary": "Backups database",
"version": "15.0.1.0.0",
"version": "15.0.1.0.1",
"author": "Yenthe Van Ginneken, "
"Agile Business Group, "
"Grupo ESOC Ingenieria de Servicios, "
@ -24,5 +24,5 @@
"view/db_backup_view.xml",
],
"installable": True,
"external_dependencies": {"python": ["pysftp"]},
"external_dependencies": {"python": ["pysftp", "cryptography==2.6.1"]},
}