Skip to content

Commit

Permalink
Fix required Wagtail version
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrklndr committed Aug 23, 2024
1 parent cd7df27 commit 92dbb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

install_requires = [
"wagtail-modeladmin",
"wagtail>=5.2,<6.2",
"wagtail>=5.2,<6.3",
"Unidecode>=0.04.14,<2.0",
"wagtail-generic-chooser>=0.5.0,<0.6",
]
Expand Down

0 comments on commit 92dbb3f

Please sign in to comment.