Skip to content

Commit

Permalink
Bump requirements of example project
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Mar 25, 2016
1 parent fb3d911 commit 149e877
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions example/requirements.txt
@@ -1,18 +1,22 @@
# 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:

# For simplecms
Django>=1.4.6
django-mptt>=0.5.4
#django-fluent-contents>=0.8.5

# For code plugin
Pygments>=1.4
Expand All @@ -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

0 comments on commit 149e877

Please sign in to comment.