From 49abf6007a8eee36d0deda6786f483e08f5e6fe3 Mon Sep 17 00:00:00 2001
From: Kenichi Omichi <ken1ohmichi@gmail.com>
Date: Thu, 25 Mar 2021 05:15:29 -0700
Subject: [PATCH] Add cryptography installation (#7404)

To avoid ModuleNotFoundError due to no module named 'setuptools_rust',
this adds cryptography installation to requirements.txt.

Created by jfc-evs originally as https://github.com/kubernetes-sigs/kubespray/pull/7264
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 7c80b450a..06eacf1da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
 ansible==2.9.18
+cryptography==2.8
 jinja2==2.11.3
 netaddr==0.7.19
 pbr==5.4.4
-- 
GitLab