Describe the bug
Cannot install Wagtail==4.2.4 because wagtail-modeladmin requires Wagtail >= 5 and wagtail-tag-manager requires "wagtail_modeladmin>=1.0.0,<1.1.0",
|
"wagtail_modeladmin>=1.0.0,<1.1.0", |
To Reproduce
Steps to reproduce the behavior:
- pip install -r requirements/base.txt with Wagtail<=5.0.0
2.ERROR: Cannot install -r requirements/base.txt (line XX), wagtail-tag-manager and wagtail==4.2.4 because these package versions have conflicting dependencies.
Expected behavior
That Wagtail Tag Manager worked with Wagtail 4.2.4 like the setup.py indicates.
Screenshots

Additional context
Add any other context about the problem here.