Skip to content

Commit

Permalink
Merge pull request #16 from tdxdave/main
Browse files Browse the repository at this point in the history
Peregrine needs to install with Wagtail < 3.0
  • Loading branch information
FlipperPA authored Jun 13, 2022
2 parents bb9c953 + f681ea1 commit 1acfe65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
setup_requires=["setuptools_scm"],
use_scm_version=True,
install_requires=[
"wagtail>=2.15",
"wagtail>=2.15,<3.0",
"wagtailcontentstream>=0.4.0",
"wagtailcodeblock<=1.28.0"
"django-bootstrap4>=2",
],
classifiers=[
Expand Down

0 comments on commit 1acfe65

Please sign in to comment.