summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-11 08:32:23 +0100
committerGitHub <noreply@github.com>2021-03-11 08:32:23 +0100
commit2c97f23ae84a1932091676d0610c45a536759a51 (patch)
tree87bb191a96d065e7ae30650c0daff9f7b5a4ddde /Pipfile
parentc14098b7b1517d77bf53318cc7964295d54db119 (diff)
parent5b414a2ab18637b285ea06bbf573d828015fa55d (diff)
downloadvyos-1x-2c97f23ae84a1932091676d0610c45a536759a51.tar.gz
vyos-1x-2c97f23ae84a1932091676d0610c45a536759a51.zip
Merge pull request #766 from erkin/current
config: T3356: Replace curl wrapper with (mostly) native remote file transfer functions
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
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"