From 4f5bfd835c01ccc7b79d0bce048fe0684c6c945a Mon Sep 17 00:00:00 2001 From: Frank Sandoval Date: Mon, 17 Sep 2018 15:50:04 -0600 Subject: 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 --- 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 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 -- cgit 1.2.3-korg