File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 26
26
djangocms-admin-style>=2.0,<3.0
27
27
28
28
# the default CKEditor - optional, but used in most projects
29
- https://github.com/django-cms/djangocms-text-ckeditor/tarball/support/4.0.x #egg=djangocms-text-ckeditor
29
+ https://github.com/django-cms/django-cms/archive/refs/heads/develop-4.zip #egg=djangocms-text-ckeditor
30
30
31
31
# some content plugins - optional, but used in most projects
32
32
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ django-cms @ http://github.com/django-cms/django-cms/tarball/release/4.0.x
44
44
# djangocms-link
45
45
# djangocms-picture
46
46
# djangocms-style
47
+ # djangocms-text-ckeditor
47
48
# djangocms-url-manager
48
49
# djangocms-versioning
49
50
# djangocms-video
@@ -100,10 +101,8 @@ djangocms-picture==3.0.0
100
101
# via djangocms-bootstrap4
101
102
djangocms-style == 3.0.0
102
103
# via -r requirements.in
103
- djangocms-text-ckeditor @ https://github.com/django-cms/djangocms-text-ckeditor/tarball/support/4.0.x
104
- # via
105
- # -r requirements.in
106
- # djangocms-bootstrap4
104
+ djangocms-text-ckeditor == 4.0.0
105
+ # via djangocms-bootstrap4
107
106
djangocms-url-manager @ https://github.com/divio/djangocms-url-manager/tarball/master
108
107
# via -r requirements.in
109
108
djangocms-versioning @ https://github.com/divio/djangocms-versioning/tarball/master
@@ -116,6 +115,8 @@ easy-thumbnails==2.8rc1
116
115
# via djangocms-picture
117
116
furl == 2.1.3
118
117
# via django-storage-url
118
+ html5lib == 1.1
119
+ # via djangocms-text-ckeditor
119
120
jmespath == 0.10.0
120
121
# via
121
122
# boto3
@@ -128,6 +129,7 @@ pep517==0.12.0
128
129
# via pip-tools
129
130
pillow == 8.4.0
130
131
# via
132
+ # djangocms-text-ckeditor
131
133
# easy-thumbnails
132
134
# reportlab
133
135
pip-tools == 6.4.0
@@ -150,6 +152,7 @@ six==1.16.0
150
152
# via
151
153
# -r requirements.in
152
154
# furl
155
+ # html5lib
153
156
# orderedmultidict
154
157
# python-dateutil
155
158
sqlparse == 0.4.2
@@ -169,6 +172,7 @@ uwsgi==2.0.19.1
169
172
webencodings == 0.5.1
170
173
# via
171
174
# cssselect2
175
+ # html5lib
172
176
# tinycss2
173
177
wheel == 0.37.0
174
178
# via pip-tools
You can’t perform that action at this time.
0 commit comments