From 74d7d17f2e4cc680300c5117c5fa6cff5c2f47aa Mon Sep 17 00:00:00 2001 From: Jake Callahan Date: Thu, 8 Feb 2024 11:54:28 -0500 Subject: [PATCH] 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) --- 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