aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index c997c3659..385f8d8e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,14 +3,14 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0 # Apache-2.0
PyYAML # MIT
-requests!=2.20.0 # Apache-2.0
+requests!=2.20.0,!=2.24.0 # Apache-2.0
robotframework>=3.0
scp
cloudify-rest-client
-mock # BSD
-PrettyTable<0.8 # BSD
+mock!=4.0.0,!=4.0.1 # BSD
+PrettyTable!=3.4.0 # BSD
six # MIT
-paramiko # LGPLv2.1+
+paramiko!=2.9.0,!=2.9.1 # LGPLv2.1+
Jinja2 # BSD License (3 clause)
xtesting
os-client-config # Apache-2.0
@@ -19,3 +19,4 @@ ruamel.yaml.jinja2 # MIT
tempest # Apache-2.0
rally
rally-openstack
+munch # MIT