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

Same as https://github.com/odoo/odoo/pull/99829
pull/2532/head
Stefan Rijnhart 2023-01-23 13:14:44 +01:00
parent d902eae30d
commit 94a321446e
2 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,5 @@
"view/db_backup_view.xml", "view/db_backup_view.xml",
], ],
"installable": True, "installable": True,
"external_dependencies": {"python": ["pysftp"]}, "external_dependencies": {"python": ["pysftp", "cryptography==2.6.1"]},
} }

View File

@ -2,6 +2,7 @@
acme<2.0.0 acme<2.0.0
astor astor
cryptography cryptography
cryptography==2.6.1
dataclasses dataclasses
dnspython dnspython
josepy josepy