Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
add temporary work-a-rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jul 20, 2016
1 parent 8b090f4 commit 97319a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pylucid-boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,8 @@ def after_install(options, home_dir):
'cmsplugin-filer>=1.1,<1.2',
'django-filer>=1.2,<1.3',
'djangocms-blog>=0.8,<0.9',
'sqlparse==0.1.19',
'html5lib==0.9999999',
'python-creole>=1.3,<1.4',
'django-tools>=0.30,<0.31',
'django-reversion-compare>=0.6,<0.7',
Expand All @@ -1859,6 +1861,8 @@ def after_install(options, home_dir):
'cmsplugin-filer>=1.1,<1.2',
'django-filer>=1.2,<1.3',
'djangocms-blog>=0.8,<0.9',
'sqlparse==0.1.19',
'html5lib==0.9999999',
'wheel',
'twine',
'virtualenv',
Expand Down
10 changes: 8 additions & 2 deletions requirements/basic_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,15 @@ django-filer>=1.2,<1.3
djangocms-blog>=0.8,<0.9


# external Django-CMS Addons
#---------------------------
# Temporary work-a-rounds
#------------------------

# https://github.com/kapt-labs/djangocms-htmlsitemap
#djangocms-htmlsitemap>=0.1,<0.2
# Use own repro until https://github.com/kapt-labs/djangocms-htmlsitemap/issues/1 is fixed!

# https://github.com/django-debug-toolbar/django-debug-toolbar/issues/852
sqlparse==0.1.19

# https://github.com/divio/djangocms-text-ckeditor/issues/336
html5lib==0.9999999

0 comments on commit 97319a6

Please sign in to comment.