From 149e8778a651736ec9204660edb2429390ad5fe9 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Fri, 25 Mar 2016 16:13:17 +0100 Subject: [PATCH] Bump requirements of example project --- example/requirements.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/example/requirements.txt b/example/requirements.txt index 2b173695..7c2b85d6 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,10 +1,15 @@ # Install the mandatory dependencies of the library -django-parler>=1.0 -django-polymorphic>=0.5.3 -django-tag-parser>=2.0b1 -django-template-analyzer>=1.3 +django-parler>=1.6.2 +django-polymorphic>=0.9.1 +django-tag-parser>=2.1 +django-template-analyzer>=1.6.1 +django-contrib-comments >= 1.6.2 future>=0.12.2 +# Optional for HTML cleanup and post-filters. +html5lib >= 1.0b8 +smartypants >= 1.8.6 + # The django-fluent-contents package has some optional dependencies, # which don't be installed by default by setup.py # Instead, this requirements file contains all required elements for the demo: @@ -12,7 +17,6 @@ future>=0.12.2 # For simplecms Django>=1.4.6 django-mptt>=0.5.4 -#django-fluent-contents>=0.8.5 # For code plugin Pygments>=1.4 @@ -29,11 +33,11 @@ Markdown>=2.1.0 textile>=2.1.5 # For oembeditem plugin -micawber>=0.2.6 +micawber>=0.3.1 # For text plugin -django-wysiwyg>=0.5.1 -django-tinymce>=1.5.1 +django-wysiwyg>=0.7.1 +django-tinymce>=2.2.1 # For twitter plugin #twitter-text-py>=1.0.3