From: Dileep Ranganathan Date: Tue, 27 Mar 2018 15:26:33 +0000 (-0700) Subject: Fixed oslo.config dependency X-Git-Tag: v1.1.1~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F39307%2F1;p=optf%2Fhas.git Fixed oslo.config dependency Change-Id: I725aa29918f4d30b9977413629f4bc71a3513893 Issue-ID: OPTFRA-2 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/requirements.txt b/conductor/requirements.txt index a0878b2..c587704 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -5,7 +5,7 @@ cotyledon # Apache-2.0 futurist>=0.11.0 # Apache-2.0 lxml>=2.3 # BSD -oslo.config>=3.9.0 # Apache-2.0 +oslo.config<5.6.0,>=3.9.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 # oslo.policy>=0.5.0 # Apache-2.0 @@ -22,4 +22,4 @@ PyYAML>=3.10.0 # MIT 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 \ No newline at end of file +WebOb>=1.2.3 # MIT