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