aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/env/requirements.pip
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-27 07:29:36 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-27 07:29:36 +0800
commit52eebfa317cdc80739a19485880c2308c36eed91 (patch)
tree81f02d1d358fc08ccc0cff04b021fa4ff9ec86e9 /97suifangqa/env/requirements.pip
parent58b77885308c944a029caf5c2d8b5d3263b6f64d (diff)
download97dev-52eebfa317cdc80739a19485880c2308c36eed91.tar.bz2
* added plugin 'qtip2' to provide 'tooltips';
employed in adding/modifying record data to provide validation info; * added 'ajax_modify_record' url; removed 'ajax_edit_history_data' url; * added 'indicator.views.ajax_modify_record()' for 'EditHistoryData.html'; * renamed 'indicator.views.add_recordhistory()' to 'add_recordhistory_view()'; * added 'indicator.tools.add_recordhistory()'; * added 'pytz' to 'env/requirements.pip'; 'pytz' to handle timezone in python & django (recommended)
Diffstat (limited to '97suifangqa/env/requirements.pip')
-rw-r--r--97suifangqa/env/requirements.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/97suifangqa/env/requirements.pip b/97suifangqa/env/requirements.pip
index e72b71d..686397e 100644
--- a/97suifangqa/env/requirements.pip
+++ b/97suifangqa/env/requirements.pip
@@ -1,6 +1,7 @@
#-*- coding: utf-8 -*-
# 安装指定依赖的第三方库和版本:pip install -r requirements.pip
django < 1.5
+pytz
sympy
PIL
lxml