diff options
author | 2020-01-23 11:53:16 -0500 | |
---|---|---|
committer | 2020-01-24 21:55:18 +0530 | |
commit | 920b9ff54e4b75973b27438158030c5a4736ffc6 (patch) | |
tree | af74a97ee1ae568d11164582a3478b7111941d77 /conductor/requirements.txt | |
parent | 9f8f7046d3978b6dbd05c7e5ad645b3dd9201249 (diff) |
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 <dhebeha.mj71@wipro.com>
Change-Id: I7a4845c1318db8d14f1efbb0f98e785adf214e06
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r-- | conductor/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |