browbeat/tools-requirements.txt
Sanjay Chari 49d2037cf7 Pin paramiko to 2.7.2
Rally has an upper constraint of version 2.7.2
for the paramiko module. Browbeat should pin this
version, as ssh failures while using keypair based
authentication are observed when using later versions
of paramiko.

Change-Id: I0a3b14f0cc438ec0aa70809aa37b96a5c7c2a7c2
2022-02-08 09:57:08 +05:30

7 lines
132 B
Plaintext

setuptools>=40.3.0
elasticsearch
scapy
pyrsistent==0.16.0;python_version<'3'
pyrsistent>=0.17.0;python_version>='3'
paramiko==2.7.2