summaryrefslogtreecommitdiffstats
path: root/conductor/requirements.txt
diff options
context:
space:
mode:
authorFrank Sandoval <frank.sandoval@oamtechnologies.com>2018-09-17 15:50:04 -0600
committerIkram Ikramullah <ikram@research.att.com>2018-09-21 16:54:58 -0400
commit4f5bfd835c01ccc7b79d0bce048fe0684c6c945a (patch)
tree1d05e52fab3ec0a168849ade435a1cfa454e505c /conductor/requirements.txt
parent4a4ffec30cf335fc7ea84daea95308ea454f2376 (diff)
add AAF integration and AAF simulator
Patch (#3) addresses commentse this patch fixes unit tests. Original commit added AAF permissions checks for HAS API Issue-ID: OPTFRA-331 Change-Id: I69519beee31f57e4ac5188604d21805266a06074 Signed-off-by: Frank Sandoval <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r--conductor/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/conductor/requirements.txt b/conductor/requirements.txt
index d09c960..6bc9dba 100644
--- a/conductor/requirements.txt
+++ b/conductor/requirements.txt
@@ -23,4 +23,5 @@ requests[security]!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT, also required by futurist
stevedore>=1.9.0 # Apache-2.0, also required by oslo.config
WebOb>=1.2.3 # MIT
-onapsmsclient>=0.0.3 \ No newline at end of file
+onapsmsclient>=0.0.3
+Flask>=0.11.1 \ No newline at end of file