From 94e95959096d18c328259b4a62757030cecaec73 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 c035c63019..5c2153e6b1 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