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 f400367eac2d1bf3160c853be2713ab94389f634
parent 9945d907a9f6952b4582906d2350c7026a1c5d63
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 18 Apr 2019 19:20:57 +0800

Updated requirements.txt

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

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