summarylogtreecommitdiffstats
path: root/seafile-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'seafile-server.install')
-rwxr-xr-xseafile-server.install17
1 files changed, 10 insertions, 7 deletions
diff --git a/seafile-server.install b/seafile-server.install
index 752be34c89ff..19ded1702b79 100755
--- a/seafile-server.install
+++ b/seafile-server.install
@@ -4,16 +4,19 @@ pre_install() {
virtualenv2 --relocatable /usr/lib/seafile/seafileenv
source /usr/lib/seafile/seafileenv/bin/activate
- pip2 install "Django==1.8.10"
- pip2 install "django-statici18n==1.1.2"
+ pip2 install "python-memcached==1.57"
+ pip2 install "Pillow"
+ pip2 install "moviepy"
+ pip2 install "Django==1.8.18"
pip2 install "django-compressor==1.4"
- pip2 install "git+git://github.com/haiwen/django-constance.git@bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35#egg=django-constance[database]"
+ pip2 install "django-post-office==2.0.3"
+ pip2 install "django-statici18n==1.1.2"
+ pip2 install "djangorestframework==3.3.1"
+ pip2 install "git+git://github.com/haiwen/django-constance.git@751f7f8b60651a2828e4a535a47fc05b907883da#egg=django-constance[database]"
pip2 install "openpyxl==2.3.0"
pip2 install "pytz==2015.7"
- pip2 install "djangorestframework==3.3.1"
- pip2 install "django-post-office==2.0.3"
- pip2 install "Pillow>=2.6.1,<3.0.0"
- pip2 install "python-memcached==1.57"
+ pip2 install "django-formtools"
+ pip2 install "qrcode"
pip2 install gunicorn
deactivate
}