Skip to content

Commit 25637cb

Browse files
committed
hax
1 parent b741951 commit 25637cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/nycmesh_generate_omni_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def omni_cert_dag():
8080
)
8181
def omni_nn_cert_task():
8282
import subprocess
83-
subprocess.check_call([sys.executable, "-m", "pip", "install", "certbot", "paramiko==3.5.1", "scp==0.15.0"])
83+
subprocess.check_call([sys.executable, "-m", "pip", "install", "certbot", "paramiko==3.5.1", "scp==0.15.0", "cryptography==42.0.8"])
8484

8585
# Imports inside of the virtual environment
8686
from paramiko import SSHClient, AutoAddPolicy

0 commit comments

Comments
 (0)