From e34b11a51376e3ec366c0d357e9e9f90ae2c37e1 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:02:33 -0500 Subject: [PATCH] [6.14.z] Temporarily add docker and paramiko deps (#14022) Temporarily add docker and paramiko deps (#14020) Since we're currently installing broker from github, we can't install the extra deps. Until it is back, we need to explicitly add in docker and its ssh support layer paramiko. (cherry picked from commit 0b08acd739ebd805aaf0f3c6b474655f4219d91e) Co-authored-by: Jake Callahan --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index fcdbb549832..52e45716ac1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,13 @@ betelgeuse==1.11.0 broker[docker]==0.4.1 cryptography==42.0.2 deepdiff==6.7.1 +docker==7.0.0 # Temporary until Broker is back on PyPi dynaconf[vault]==3.2.4 fauxfactory==3.1.0 jinja2==3.1.3 manifester==0.0.14 navmazing==1.2.2 +paramiko==3.4.0 # Temporary until Broker is back on PyPi productmd==1.38 pyotp==2.9.0 python-box==7.1.1