mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
Bump dependencies to django-taggit>=4.0, django-modelcluster>=6.2.1
This commit is contained in:
parent
6f9aadc86d
commit
11937a602c
4
setup.py
4
setup.py
@ -20,9 +20,9 @@ except ImportError:
|
||||
|
||||
install_requires = [
|
||||
"Django>=4.2,<6.0",
|
||||
"django-modelcluster>=6.1,<7.0",
|
||||
"django-modelcluster>=6.2.1,<7.0",
|
||||
"django-permissionedforms>=0.1,<1.0",
|
||||
"django-taggit>=2.0,<5.1",
|
||||
"django-taggit>=4.0,<5.1",
|
||||
"django-treebeard>=4.5.1,<5.0",
|
||||
"djangorestframework>=3.11.1,<4.0",
|
||||
"django-filter>=23.3,<24",
|
||||
|
Loading…
Reference in New Issue
Block a user