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 1fb2fe1e87f9e1e8d40d9fa87e0ab3b703b232ce
parent 396013e14f062455f72067857a5f64320562b5ff
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 22 Mar 2020 17:23:29 +0800

Added support for python 3.8

Diffstat:
Msetup.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -31,6 +31,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], install_requires=[ 'tornado>=4.5.0',