Skip to content

Commit 30d1ff5

Browse files
author
Mario Colombo
committed
fix cannot import name 'available_attrs'
1 parent 51d31ef commit 30d1ff5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytz
2626
djangocms-admin-style>=2.0,<3.0
2727

2828
# 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
3030

3131
# some content plugins - optional, but used in most projects
3232

requirements.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ django-cms @ http://github.com/django-cms/django-cms/tarball/release/4.0.x
4444
# djangocms-link
4545
# djangocms-picture
4646
# djangocms-style
47+
# djangocms-text-ckeditor
4748
# djangocms-url-manager
4849
# djangocms-versioning
4950
# djangocms-video
@@ -100,10 +101,8 @@ djangocms-picture==3.0.0
100101
# via djangocms-bootstrap4
101102
djangocms-style==3.0.0
102103
# 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
107106
djangocms-url-manager @ https://github.com/divio/djangocms-url-manager/tarball/master
108107
# via -r requirements.in
109108
djangocms-versioning @ https://github.com/divio/djangocms-versioning/tarball/master
@@ -116,6 +115,8 @@ easy-thumbnails==2.8rc1
116115
# via djangocms-picture
117116
furl==2.1.3
118117
# via django-storage-url
118+
html5lib==1.1
119+
# via djangocms-text-ckeditor
119120
jmespath==0.10.0
120121
# via
121122
# boto3
@@ -128,6 +129,7 @@ pep517==0.12.0
128129
# via pip-tools
129130
pillow==8.4.0
130131
# via
132+
# djangocms-text-ckeditor
131133
# easy-thumbnails
132134
# reportlab
133135
pip-tools==6.4.0
@@ -150,6 +152,7 @@ six==1.16.0
150152
# via
151153
# -r requirements.in
152154
# furl
155+
# html5lib
153156
# orderedmultidict
154157
# python-dateutil
155158
sqlparse==0.4.2
@@ -169,6 +172,7 @@ uwsgi==2.0.19.1
169172
webencodings==0.5.1
170173
# via
171174
# cssselect2
175+
# html5lib
172176
# tinycss2
173177
wheel==0.37.0
174178
# via pip-tools

0 commit comments

Comments
 (0)