From 5b414a2ab18637b285ea06bbf573d828015fa55d Mon Sep 17 00:00:00 2001 From: erkin Date: Thu, 11 Mar 2021 08:32:20 +0300 Subject: config: T3356: Replace curl wrapper with (mostly) native remote file transfer functions --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 5bb9fb73d..5a4fb6fe9 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ coverage = "*" [packages] vyos = {file = "./python"} jinja2 = "*" +paramiko = "*" [requires] python_version = "3.6" -- cgit v1.2.3