From a886daf2d0300ef47a160c547ddc123388539012 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Mon, 30 Jul 2018 12:21:16 -0500 Subject: [PATCH] Add cryptography to Deckhand Use of memcached, which is enabled by default in the Deckhand Helm chart, requires the cryptography package. Change-Id: I13970b43bf5616d4e0ece933d438a55245eea4e0 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b9bda38d..ad7731e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,7 @@ uwsgi==2.0.17 jsonpath-ng==1.4.3 jsonschema==2.6.0 beaker==1.9.1 +cryptography>=2.1 # BSD/Apache-2.0 oslo.cache>=1.30.1 # Apache-2.0 oslo.concurrency>=3.27.0 # Apache-2.0