diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 23fc58e52..7f6c54983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cloudify-rest-client mock!=4.0.0,!=4.0.1 # BSD PrettyTable # 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,4 +19,4 @@ ruamel.yaml.jinja2 # MIT tempest # Apache-2.0 rally rally-openstack -munch # MIT +munch # MIT |