requirements: added base eggs.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
0e52fce18b
commit
fb29ab1f43
1 changed files with 20 additions and 0 deletions
|
@ -1,2 +1,22 @@
|
||||||
|
# lib
|
||||||
psycopg2>=2.6
|
psycopg2>=2.6
|
||||||
|
Pillow>=2
|
||||||
|
html5lib==0.999
|
||||||
|
six==1.3.0 #compat
|
||||||
|
|
||||||
|
# django
|
||||||
django>=1.7
|
django>=1.7
|
||||||
|
|
||||||
|
# django apps
|
||||||
|
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
|
||||||
|
|
||||||
|
# django-cms-plugins
|
||||||
|
djangocms-admin-style==0.2.2
|
||||||
|
djangocms-text-ckeditor>=2.4
|
||||||
|
|
Loading…
Reference in a new issue