From bd59b6316e967fb4fa710ef2060cad1838bf4b01 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 23 Mar 2016 15:10:28 +0800 Subject: [PATCH] =?UTF-8?q?change(install.py)=20=E5=A2=9E=E5=8A=A0pyte?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加pyte库来分析命令 --- install/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index a8c87cee9..77b47882f 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -15,4 +15,5 @@ pyinotify==0.9.6 passlib==1.6.5 argparse==1.4.0 django_crontab==0.6.0 -django-smtp-ssl==1.0 \ No newline at end of file +django-smtp-ssl==1.0 +pyte==0.5.2 \ No newline at end of file