From 8cf83ad9eedb9ec85d7de2d9df1b68a6b97a406e Mon Sep 17 00:00:00 2001
From: Yannick Tivisse <yti@odoo.com>
Date: Thu, 7 Jul 2022 08:43:07 +0000
Subject: [PATCH] [IMP] requirements.txt: Add cryptography library

Installed by dependency with another lib, but the version 3.4.8 is
required to sign the DmfA declaration.

closes odoo/odoo#95495

Related: odoo/enterprise#29192
Signed-off-by: Yannick Tivisse (yti) <yti@odoo.com>
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 29b0285c1517..8028e0feeb1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
 Babel==2.9.1  # min version = 2.6.0 (Focal with security backports)
 chardet==3.0.4
+cryptography==3.4.8
 decorator==4.4.2
 docutils==0.16
 ebaysdk==2.1.5
-- 
GitLab