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

Commit 97319a6

Browse files
committed
1 parent 8b090f4 commit 97319a6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pylucid-boot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,8 @@ def after_install(options, home_dir):
18341834
'cmsplugin-filer>=1.1,<1.2',
18351835
'django-filer>=1.2,<1.3',
18361836
'djangocms-blog>=0.8,<0.9',
1837+
'sqlparse==0.1.19',
1838+
'html5lib==0.9999999',
18371839
'python-creole>=1.3,<1.4',
18381840
'django-tools>=0.30,<0.31',
18391841
'django-reversion-compare>=0.6,<0.7',
@@ -1859,6 +1861,8 @@ def after_install(options, home_dir):
18591861
'cmsplugin-filer>=1.1,<1.2',
18601862
'django-filer>=1.2,<1.3',
18611863
'djangocms-blog>=0.8,<0.9',
1864+
'sqlparse==0.1.19',
1865+
'html5lib==0.9999999',
18621866
'wheel',
18631867
'twine',
18641868
'virtualenv',

requirements/basic_requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,15 @@ django-filer>=1.2,<1.3
7979
djangocms-blog>=0.8,<0.9
8080

8181

82-
# external Django-CMS Addons
83-
#---------------------------
82+
# Temporary work-a-rounds
83+
#------------------------
8484

8585
# https://github.com/kapt-labs/djangocms-htmlsitemap
8686
#djangocms-htmlsitemap>=0.1,<0.2
8787
# Use own repro until https://github.com/kapt-labs/djangocms-htmlsitemap/issues/1 is fixed!
88+
89+
# https://github.com/django-debug-toolbar/django-debug-toolbar/issues/852
90+
sqlparse==0.1.19
91+
92+
# https://github.com/divio/djangocms-text-ckeditor/issues/336
93+
html5lib==0.9999999

0 commit comments

Comments
 (0)