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 <rascnt@gmail.com>
This commit is contained in:
parent
c98ae2adab
commit
03777523f9
1 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue