From 920b9ff54e4b75973b27438158030c5a4736ffc6 Mon Sep 17 00:00:00 2001 From: Ikram Ikramullah Date: Thu, 23 Jan 2020 11:53:16 -0500 Subject: Encryption/Decryption utility Putting in the encryption/decryption utility. Hit cipher-util inside the virutalenv to see its usage. The work is still in progress. Issue-ID: OPTFRA-683 Signed-off-by: dhebeha Change-Id: I7a4845c1318db8d14f1efbb0f98e785adf214e06 --- conductor/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conductor/requirements.txt') diff --git a/conductor/requirements.txt b/conductor/requirements.txt index d6d413d..6ad13e2 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -25,4 +25,5 @@ stevedore>=1.9.0 # Apache-2.0, also required by oslo.config WebOb>=1.2.3 # MIT onapsmsclient>=0.0.4 Flask>=0.11.1 -prometheus-client>=0.3.1 \ No newline at end of file +prometheus-client>=0.3.1 +pycrypto==2.6.1 -- cgit 1.2.3-korg