diff --git a/tests/requirements/dj42_cms41.txt b/tests/requirements/dj42_cms41.txt index adcd0a0..ad0a60e 100644 --- a/tests/requirements/dj42_cms41.txt +++ b/tests/requirements/dj42_cms41.txt @@ -2,5 +2,5 @@ Django>=4.2,<4.3 django-cms>=4.1,<4.2 -djangocms-text-ckeditor +djangocms-text djangocms-versioning diff --git a/tests/requirements/dj50_cms41.txt b/tests/requirements/dj50_cms41.txt index 6fb158a..9316b91 100644 --- a/tests/requirements/dj50_cms41.txt +++ b/tests/requirements/dj50_cms41.txt @@ -2,5 +2,5 @@ Django>=5.0,<5.1 django-cms>=4.1,<4.2 -djangocms-text-ckeditor +djangocms-text djangocms-versioning diff --git a/tests/requirements/dj51_cms41.txt b/tests/requirements/dj51_cms41.txt new file mode 100644 index 0000000..116a914 --- /dev/null +++ b/tests/requirements/dj51_cms41.txt @@ -0,0 +1,6 @@ +-r base.txt + +Django>=5.1,<5.2 +django-cms>=4.1,<4.2 +djangocms-text +djangocms-versioning