Skip to content

Commit

Permalink
allow all wagtail 5 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross-Clark committed Jun 13, 2024
1 parent eba0c70 commit 7b6c3db
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 @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

INSTALL_REQUIRES = ["django>=3.2", "Wagtail>=5.2.0", " wagtail < 6.0"]
INSTALL_REQUIRES = ["django>=3.2", "Wagtail>=5.0.0", " wagtail < 6.0"]

TESTING_REQUIRES = ["pytest==5.2.1", "pytest-django==3.5.1", "pytest-pythonpath==0.7.3"]

Expand Down

0 comments on commit 7b6c3db

Please sign in to comment.