From 606763aa2a0a2c84c9d828aca2cc22dd0255841d Mon Sep 17 00:00:00 2001 From: remittor Date: Wed, 15 May 2024 12:15:58 +0300 Subject: [PATCH] requirements: support SSH for python 3.12 and up --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4899ea..f5b210d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ urllib3 certifi requests pyftpdlib -ssh2-python +ssh2-python>=1.0.0 ; python_version<'3.12' +ssh2-python312>=0.0.1 ; python_version>='3.12' #fdt #ubi-reader