Fixed oslo.config dependency 07/39307/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 27 Mar 2018 15:26:33 +0000 (08:26 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 27 Mar 2018 15:26:33 +0000 (08:26 -0700)
Change-Id: I725aa29918f4d30b9977413629f4bc71a3513893
Issue-ID: OPTFRA-2
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/requirements.txt

index a0878b2..c587704 100644 (file)
@@ -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