[FIX] Pin cryptography to keep compatibility with Odoo's pyopenssl==19.0.0
Same as https://github.com/odoo/odoo/pull/99829pull/2712/head
parent
9bf5bb009e
commit
5ae7981939
|
@ -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"]},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue