Merge PR #2532 into 15.0

Signed-off-by pedrobaeza
pull/2527/head
OCA-git-bot 2023-01-23 12:45:15 +00:00
commit 7dc09aced7
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