From 90b877a2c785bb7691249d31e23138e0385001ae Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 30 Oct 2016 16:07:10 +0800 Subject: webui: Build the Web UI using Tornado with WebSocket Tornado: http://www.tornadoweb.org/ --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2dcece2..ffa3627 100755 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ setup( "configobj", "beautifulsoup4", "requests", + "tornado", ], tests_require=["pytest"], cmdclass={"test": PyTest}, -- cgit v1.2.2