webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 2f53ee55511c0a351b19acc83bfbda13f4f4335b
parent 51d527fe75a62aed239126a6697749a30baecb30
Author: pofilo <git@pofilo.fr>
Date:   Tue, 15 Sep 2020 14:24:35 +0200

upgrade paramiko to 2.7.2

Diffstat:
Mrequirements.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,3 @@ -paramiko==2.7.1 +paramiko==2.7.2 tornado==5.1.1; python_version < '3.5' tornado==6.0.4; python_version >= '3.5'