blob: e72b71df6f8bf8107e330ecd915e52d5c126c9e8 (
plain)
1
2
3
4
5
6
7
8
9
|
#-*- coding: utf-8 -*-
# 安装指定依赖的第三方库和版本:pip install -r requirements.pip
django < 1.5
sympy
PIL
lxml
pysolr
uwsgi
git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack
|