From a952c550b3d2b89cb4107e71842133a9a5574aeb Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 7 Feb 2019 10:54:55 -0500 Subject: [PATCH] Add dependency on requests lib cinderclient uses the requests library. Change-Id: I2944ce54a304cb91f456c6c53daf2f083017c929 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e07ffad14..efa6cf381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ Babel!=2.4.0,>=2.3.4 # BSD six>=1.10.0 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 +requests!=2.20.0,>=2.14.2 # Apache-2.0