From e75f1e277a8cb61834e089ab81c8a505843ef31d Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Fri, 27 Jul 2018 14:59:25 -0500 Subject: [PATCH] Add cryptography to shipyard Use of memcached, which is enabled by default in the Shipyard Helm chart, requires the cryptography package. Word is that cryptography had a compatibility issue with python3 in the past, but v2.3 seems to be working fine and getting memcached integration to work. Change-Id: I6b5c9983f41aec874e45fd81bd8a30faa88fc316 --- src/bin/shipyard_airflow/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index 2394425b..404fdf37 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -17,6 +17,7 @@ alembic==0.9.5 arrow==0.10.0 configparser==3.5.0 +cryptography==2.3 falcon==1.2.0 jsonschema==2.6.0 keystoneauth1==3.4.0