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 d291199186600d2f4a37587e0ac616c212c5c540
parent 815783d6b0ed45eb27440405f015e11167393115
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 22 Mar 2020 17:11:02 +0800

Updated requirements.txt

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 tornado==5.1.1; python_version < '3.5' -tornado==6.0.3; python_version >= '3.5' +tornado==6.0.4; python_version >= '3.5'