diff options
author | 2019-04-19 10:34:52 +0200 | |
---|---|---|
committer | 2019-04-19 10:34:52 +0200 | |
commit | 6369a784f56c30b66c9aa79c251d06780fc4811d (patch) | |
tree | 86ef384e96bd896615753726449f3a864c000a76 | |
parent | 312bba313681f408461832a8e4fe43b4de56ede0 (diff) |
Updated from global requirements
Change-Id: I2d58ac356532727de9617323057060a95433bfc8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c74f7056..4d464973 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr!=2.1.0 # Apache-2.0 paramiko # LGPLv2.1+ python-glanceclient # Apache-2.0 -requests # Apache-2.0 +requests!=2.20.0 # Apache-2.0 xmltodict # MIT python-keystoneclient!=2.1.0 # Apache-2.0 python-novaclient # Apache-2.0 |