Skip to content

Commit

Permalink
fix: drop djangocms-text-ckeditor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Mar 28, 2024
1 parent 18835e4 commit cb8f95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"django-filer>=1.7",
"easy-thumbnails",
"djangocms-attributes-field>=1",
"djangocms-text-ckeditor>=3.1.0",
"django-entangled>=0.5.4",
]

Expand All @@ -25,9 +24,11 @@
"django-parler",
"djangocms-versioning>=2.0.0",
"djangocms-alias>=2.0.0",
"djangocms-text",
],
"cms-3": [
"django-cms<4",
"djangocms-text-ckeditor>=3.1.0",
"django-parler",
],
}
Expand Down

0 comments on commit cb8f95c

Please sign in to comment.