From e280d3213cfe9d724dcc2433aa1d70b68b27011f Mon Sep 17 00:00:00 2001 From: rscnt Date: Wed, 20 May 2015 19:40:26 -0600 Subject: [PATCH] requirements: added more django-cms plugins. Added editable package, for django-select2, the egg django-select2-py3 in pypy wasn't updated since 2013. Functionality hasn't been tested but at least it installed. Signed-off-by: rscnt --- requirements.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef72c1d8..47a43edb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ django-treebeard==3.0 django-sekizai==0.7 django-classy-tags==0.5 django-filer==0.9.9 -cmsplugin-filer==0.10.1 # django-cms django-cms>=3 @@ -20,4 +19,20 @@ django-cms>=3 # django-cms-plugins djangocms-admin-style==0.2.2 djangocms-text-ckeditor>=2.4 +-e git+git@github.com:applegrew/django-select2.git#egg=django-select2-py3 djangocms-blog>=0.4.0 + +djangocms-flash +djangocms-googlemap +djangocms-inherit +djangocms-teaser + +djangocms-link +djangocms-snippet +djangocms-style +djangocms-column +djangocms-grid +djangocms-oembed +djangocms-table + +cmsplugin-filer==0.10.1