rscnt
03777523f9
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>
38 lines
604 B
Text
38 lines
604 B
Text
# lib
|
|
psycopg2>=2.6
|
|
Pillow>=2
|
|
html5lib==0.999
|
|
six==1.3.0 #compat
|
|
|
|
# django
|
|
django>=1.7
|
|
|
|
# django apps
|
|
django-treebeard==3.0
|
|
django-sekizai==0.7
|
|
django-classy-tags==0.5
|
|
django-filer==0.9.9
|
|
|
|
# django-cms
|
|
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
|