diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-11 08:32:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 08:32:23 +0100 |
commit | 2c97f23ae84a1932091676d0610c45a536759a51 (patch) | |
tree | 87bb191a96d065e7ae30650c0daff9f7b5a4ddde /Pipfile | |
parent | c14098b7b1517d77bf53318cc7964295d54db119 (diff) | |
parent | 5b414a2ab18637b285ea06bbf573d828015fa55d (diff) | |
download | vyos-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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ coverage = "*" [packages] vyos = {file = "./python"} jinja2 = "*" +paramiko = "*" [requires] python_version = "3.6" |