From 3ad97402f19cec3ac57142e77b0f7229e6d2c6c9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 19 Dec 2018 19:45:16 +0800 Subject: [PATCH] add tornado --- scripts/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index ad18d84..9b284c5 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -26,4 +26,4 @@ yum install python34-pip-8.1.2-6.el7.noarch pip3 install redis pip3 install pymysql - +pip3 install tornado