aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorPatrik Teivonen <patrik.teivonen@qt.io>2022-11-23 13:59:02 +0200
committerPatrik Teivonen <patrik.teivonen@qt.io>2023-05-02 08:47:03 +0000
commit26797da68d56df2101dd18d6c0df85619811887a (patch)
tree413d9b4dd70c9fc4b12e8823f7311667e3e849ca /Pipfile
parent7f290d9695648b16ab47b4e89177377d66ac0a27 (diff)
Add generic functions to read files and configurations from SFTP remote
-Move SFTP functionality sign_windows_installer -> read_remote_config -Remove old functions for getting the remote .ini from an URL -Add more generic functions to transfer files and read .ini configs -Add command line options for new functionality -Add unit tests for new functionality -Avoid writing decrypted private key to file system -Catch the new exception type PackagingError where relevant Change-Id: I4b2c4341c2fc1795847fa0c193bcbc47869c61ad Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index d5a4509de..6c257e973 100644
--- a/Pipfile
+++ b/Pipfile
@@ -43,7 +43,7 @@ pytest-xdist = "==2.5.0"
types-requests = "==2.28.2"
flake8-use-pathlib = "==0.2.1"
types-aiofiles = "==0.8.0"
-
+types-paramiko = "==2.12.0.1"
[requires]
python_version = "3" # Pipfile doesn't support specifying minimum version (>=3.6.2)