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 192aa085b0714ed83f1bddd9ff37303d98ff1ff0
parent fb6617cc1fceb5a85578d9c84093f461d798d1e1
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 29 Jun 2019 16:56:36 +0800

Updated requirements.txt

Diffstat:
Mrequirements.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,3 @@ -paramiko==2.5.0 -tornado==5.1.1; python_version < '3.5.2' -tornado==6.0.2; python_version >= '3.5.2' +paramiko==2.6.0 +tornado==5.1.1; python_version < '3.5' +tornado==6.0.3; python_version >= '3.5'