Skip to content

Commit

Permalink
fixes #56
Browse files Browse the repository at this point in the history
we have to fix html5lib<0.99999999 because later a function needed by django-cms is removed and django-cms is not updated yet (see django-cms/djangocms-text-ckeditor#336)
  • Loading branch information
gitsimon committed Aug 27, 2016
1 parent 230907e commit 718a92a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-appconf==1.0.2
django-celery==3.1.17
django-celery-email==1.1.0
django-classy-tags==0.7.2
django-cms==3.3.0
django-cms==3.3.2
django-filer==1.2.2
django-filter==0.13.0
django-formtools==1.0
Expand All @@ -24,7 +24,7 @@ djangocms-admin-style==1.0.6
djangocms-googlemap==0.5.1
djangocms-inherit==0.2.1
djangocms-link==1.8.0
djangocms-text-ckeditor==3.0.0
djangocms-text-ckeditor==3.0.1
djangorestframework==3.3.2
easy-thumbnails==2.3
ecdsa==0.13
Expand All @@ -39,4 +39,5 @@ cairosvg==1.0.22
PyPDF2==1.26.0
django-sslify>=0.2.0
paramiko>=1.15
django-daterange-filter==1.3.0
django-daterange-filter==1.3.0
html5lib<0.99999999

0 comments on commit 718a92a

Please sign in to comment.